Thank you Swordslayar! it helps. And maybe you could help me with this tricky part. It's not clear for me in maxscript. Image under explains a bit. So i have instanced objects. But want to make referenced modifier - to be like instance. and remove reference from current object.
So i was trying this: ( MyMod = copy $.modifiers[1] deleteModifier $ 1 AddModifier $ Mymod ) But it doesn't work. it paste it back to the top. Please help. PS: how to post code snippets like you did before.
Replies
So i have instanced objects. But want to make referenced modifier - to be like instance. and remove reference from current object.
So i was trying this:
(
MyMod = copy $.modifiers[1]
deleteModifier $ 1
AddModifier $ Mymod
)
But it doesn't work. it paste it back to the top. Please help.
PS: how to post code snippets like you did before.