ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
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
Comments
...
Try this tool
bga
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
...
Ok I will create scrip for you. Just hold on
bga
***
Your tool is ready.
http://www.scriptspot.com/3ds-max/scripts/delete-modifiers
Post the comment if this is what you looking for.
bga
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
...
Sure. Tomorrow. :)
bga
thanks barigazy... I'll wait
thanks barigazy... I'll wait :)
...
I just updated the tool to version v1.1
http://www.scriptspot.com/3ds-max/scripts/delete-modifiers
bga
yes that's what I need :D
yes that's what I need :D ..... thank you very much Barigazy