Just tried it really quick: for i=1 to 20 do ( execute(“Cylinder_”+(i as String) + “= cylinder()” ) execute(“print ” + “Cylinder_” + i as Stri…
Woo sry for that, my mistake, actually you just have to use filein instead of include, I should have restarted my max, then I would have noticed it ^…
starsybil: I guess for the second question you could do something like taking the “Obj_selection” String and use a FileStream to write it into a .m…
Hi Tom, in response to your third question, I think it’s not going to be possible to use the Parameter Editor directly, but I guess you could use an …
Yup, i agree 100% I certainly wouldn’t use the delete part in production. Probably should have deleted that part from the Code before posting it. I …
Hi I just added that part, so I have a clean object every time I start the script. Sorry for the confusion~ -Markus
Hello, maybe this helps: cDir = “c:\\cacheTest\\” for o in objects do ( if o.modifiers[#Point_Cache] != undefined…