Notifications
Clear all

[Closed] Modifiers

hi all

Does anyone know where max stores the information of modifiers while copying and pasting selected modifiers from object to object. May be it would help if i tell you what i am trying to achieve. i want to create a modifier clipboard so that when i select a modifier and use the copy command it stores the copied modifier in memory and creates a button for that modifier so i can access it again instantly from a panel rather than having to go back to the object and copy it.

does this make sense

any help would be appreciated

regards

nebille

1 Reply

i don’t think you can access max’s “modifier clipboard” or anything

it’s very easy to copy the modifier to a variable though

for example myMod = $.modifier[1] would store the top modifier of the selected object in myMod

to get the currently selected modifier you can use modPanel.[b]getCurrentObject/b, this only works if the modify panel is open though