denisT: you was picking from wrong place. here is how it should be: no reason to move mouse, no reason to pass mouse button id (message tells everyt…
Like this: ( function SetMousePos x y = ( (dotnetClass “Cursor”).Position = dotnetObject “System.Drawing.Point” x y ) fn makeParam LoWord H…
A while ago denisT has showed how to add a button to “Save As” dialog.
Read this thread, and don’t forget to say “Thanks” to DenisT.
For Editable object you cau try this: Select the sphere and execute. ( poGetVert = polyop.getVert poSetVert = polyop.setVert obj = selection[1]…
Why you need this? You can project all verts of the sphere over the imaginary plane that lays on the center of the sphere. This way you will have face…
Use dotnet controls(buttons, labels, etc.).
About Brute Force GI – I found which settings you need by testing all properties printed in the listener that contain “subdivs” in their names. Then t…
Open the Render setup dialog, type this in the maxscript listener and watch the result: — Brute Force Subdivs vr.dmcgi_subdivs = 20 — Brute Force …
In this case: $.scale = [1,1,1] But it will works only if the scale is preformed in top sub-object level. If you select all vertices and scale the…
There are scripts on scriptspot.com that do the same, but for one image only. Modify them to works with selection of images.
Turn On the SNAP, set Edge/Segment snap type active and get the snaped node. Then turn Off the Snap.
Turn off the scene redraw, search the forum of how to disable command pannel flickering, and use SELECT onstead of SELECT MORE. The script needs to se…