Exposed Parameters on other Modifiers

Are we supposed to be able to put the Exposed Parameters in other modifiers?

Nope, the Editor is supposed to build a MAXScript Custom Attribure called “KCM_CA” which should be assigned to the Genome modifier it was created from.
I am not sure how the above situation could occur “naturally”.

Looking at the code, it is a bit sketchy (it gets the dependents on the current MagmaHolder and filters for MagmaModifier or Genome_Modifier, but I should also add a check that makes sure the found modifier’s .magmaHolder property matches the current editor’s MagmaHolder instance). I will try to improve it. But I still don’t see how the parameters could land on another modifier like a TurboSmooth…

Can you provide steps or a scene file?

PHOTOSHOPPED!

Oh neat, it shows up even when I open a new max file that doesn’t have Genome. Reset doesn’t help either.

EDIT: Sorry, Bobo, I shutdown and restarted before I read you message. It definitely happened while I was exposing the inputs inside the BLOP editor. I’ll see if I can reproduce.