Notifications
Clear all

[Closed] delete modifier

hi all,
I have a bunch of objects…about 400 of them actually…each one of them has a modifier on top(automatic unwrap uvw)and I want to remove that modifier from all of them…I want to do this in one step…all I need to know is the command used to delete modifiers…

I wrote something like

 ???? $.modifier[1]
 

I want to replace the ??? with the appropriate command to delete them…or ofcourse anything better will do.

thanx in advance.

5 Replies

It’s probably easier than you think

Select your objects and run:

deleteModifier $ 1

Since deleteModifier is a mapped function you don’t need to iterate through the selection, the function will do that for you automatically.

Cheers,
Martijn

thanx for the quick answer.
Exactly what I needed.

You also may want to check this script modifierAddAndRemove:

http://www.neilblevins.com/soulburnscripts/soulburnscripts.htm

It lets you add or remove any modifier that exists in max from a dropdown, or to define your own presets.

  • Neil

Thanks Neil.

the cg education part on your site has always been a great place to learn from…thanx for that:)

Thanks, glad you’ve found my site useful.

  • Neil