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
Forum topic · General Scripting
By draging · 2013-11-26
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
barigazy · 2013-11-26
Try this tool
draging · 2013-11-26
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 · 2013-11-26
Ok I will create scrip for you. Just hold on
***
barigazy · 2013-11-26
Your tool is ready.
http://www.scriptspot.com/3ds-max/scripts/delete-modifiers
Post the comment if this is what you looking for.
draging · 2013-11-27
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
barigazy · 2013-11-27
Sure. Tomorrow. :)
draging · 2013-11-27
thanks barigazy... I'll wait :)
barigazy · 2013-11-27
I just updated the tool to version v1.1
http://www.scriptspot.com/3ds-max/scripts/delete-modifiers
draging · 2013-11-28
yes that's what I need :D ..... thank you very much Barigazy