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"
miauu · 2022-01-13