Repeat Script delete
This is my script..
It merges all the Objects Named "Box03" in All the Max files within that folder.
Then plays an actions for each object it merged sometimes it can merge up to 50 objects how can i make it repeat the Action field for each object that it merged named "Box03" before it Prints "done"
thanks in Advance
mergeObj = #("Box03")
files = GetFiles "C:/Users/Workstation\Desktop\AdScript/*.max"
for f in files do
MergeMaxFile f mergeObj
--Action field--
-----------------------------------------------------------
select $Box03
$.wirecolor = color 138 8 110
$.primaryVisibility = on
max quick render
delete $
-----------------------------------------------------------
Print "Done"
Comments
.
Tools and Scripts for Autodesk 3dsMax
.
Tools and Scripts for Autodesk 3dsMax
Thank you
Thank you.
Only Problem when it gets to delete o it doesn't loop it stops after it deletes.
But when i remove delete o it loops all actions.
what can cause delete to make the loop stop?
Try this
Youtube, Gumroad