Delete multiple modifiers

hallo everyone

how to delete 2 or more modifiers at once

example :
I have many modifier in one object
then i want to delete only turbosmooth,skinwarp,skin and keep the other modifiers with a single click

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
barigazy's picture

...

Try this tool

bga

draging's picture

thx barigazy,... but that is

thx barigazy,... but that is not what I need

I need a looping function

I tried but this is doesn't work for me

for obj in selection do
(
for m in obj.modifiers do
(
if classOf m==turboSmooth do deleteModifier obj m
if classOf m==skin do deleteModifier obj m
if classOf m==skin_wrap do deleteModifier obj m
)
)

I can make the buttons one by one like delete TurboSmooth , delete skin and delete skin wrap ...
but I need to delete all at once to the target modifier

barigazy's picture

...

Ok I will create scrip for you. Just hold on

bga

barigazy's picture

***

Your tool is ready.
http://www.scriptspot.com/3ds-max/scripts/delete-modifiers
Post the comment if this is what you looking for.

bga

draging's picture

nice tool barigazy :D but not

nice tool barigazy :D

but not yet what I need :)

how about to checked modifiers list as i want, then delete them with one click button
see attached... i hope you understand


http://www.scriptspot.com/files/capture_mod.png

AttachmentSize
capture_mod.png 6.42 KB
barigazy's picture

...

Sure. Tomorrow. :)

bga

draging's picture

thanks barigazy... I'll wait

thanks barigazy... I'll wait :)

barigazy's picture

...

I just updated the tool to version v1.1
http://www.scriptspot.com/3ds-max/scripts/delete-modifiers

bga

draging's picture

yes that's what I need :D

yes that's what I need :D ..... thank you very much Barigazy

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.