Here is the full block: — change menuname macro optionsmacro = ” macroscript “+OptionsMacroscriptName+” category:\”LK_Scripts\” ( fn DoubleT…
yeah, got it working now! So far it works quite good, i’m gonna try to use it from now and let you know about ideas and problems. One thing: It is n…
I|m using the 0.03 Here is the error displayed:
Hi Grabjacket, I would like to try it out, since it looks really helpful to me. However, i am not running max as admin and that prevents me from acce…
YOu can also read up on the checkForSave() method in the maxscript help.
Try this: ContinueLater = false if (queryBox “save?” title:”I’m asking you!” beep:false) == true then ( — when yes is clicked print “clicked yes…
Not having max at hand, just out of my head: Assuming your Object to hide is $Point001 MyAttributes = attributes “MyAttributes” ( fn WhoAmI = (refs….
<ray>.pos: Float <ray>.position: Float –pos and position are synonyms <ray>.dir: Point3 –unit normalized direction vector ray.dir…
That could be solved with a script controller holding one of the ray functions (intersectRay(), intersectRayEx(), intersectRayScene()) Basically, my …
There is an option in the script editor Options -> Vertical split Then drag the border from the right side of the window. If the option is disabled…
I made an example to show the behaviour. delete objects theteapot = teapot radius:50 segs:20 isSelected:on themodifier = uvwmap name:”” maptype:0 re…
Okay, now i made a weird discovery. If i add themodifier.height = 200 it gets updated correctly. The height does not affect my mapping anyway sinc…
Hm , i think that’s a bit too advanced for me. Gonna stick to the solution before, anyway thank you for the snippet, I’ll try it out