starsybil
@starsybil
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 7
Reply
RE: Combining variable names

Just tried it really quick: for i=1 to 20 do ( execute(“Cylinder_”+(i as String) + “= cylinder()” ) execute(“print ” + “Cylinder_” + i as Stri…

13 years ago
Forum
Reply
RE: Combobox: edit text when "ENTER" pressed

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 ^…

13 years ago
Forum
Reply
RE: Combobox: edit text when "ENTER" pressed

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…

13 years ago
Forum
Reply
RE: Combobox: edit text when "ENTER" pressed

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 …

13 years ago
Forum
Reply
RE: Calling multiple files using single script

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 …

13 years ago
Forum
Reply
RE: Calling multiple files using single script

Hi I just added that part, so I have a clean object every time I start the script. Sorry for the confusion~ -Markus

13 years ago
Forum
Reply
RE: Calling multiple files using single script

Hello, maybe this helps: cDir = “c:\\cacheTest\\” for o in objects do ( if o.modifiers[#Point_Cache] != undefined…

13 years ago
Forum