miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: How to perform LMB click with maxscript?

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…

9 years ago
Forum
Reply
RE: How to perform LMB click with maxscript?

Like this: ( function SetMousePos x y = ( (dotnetClass “Cursor”).Position = dotnetObject “System.Drawing.Point” x y ) fn makeParam LoWord H…

9 years ago
Forum
Topic
Forum
Replies: 7
Views: 20
Reply
RE: Is it possible to tweak the Status Bar somehow?

A while ago denisT has showed how to add a button to “Save As” dialog.

9 years ago
Forum
Reply
RE: Can you set multiple text colors within a single dotnet textbox?

Read this thread, and don’t forget to say “Thanks” to DenisT.

9 years ago
Forum
Reply
RE: Turning a Sphere into a Plane

For Editable object you cau try this: Select the sphere and execute. ( poGetVert = polyop.getVert poSetVert = polyop.setVert obj = selection[1]…

9 years ago
Forum
Reply
RE: Turning a Sphere into a Plane

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…

9 years ago
Forum
Reply
RE: Change font size for button label

Use dotnet controls(buttons, labels, etc.).

9 years ago
Forum
Reply
RE: Brute Force settings via MaxScript

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…

9 years ago
Forum
Reply
RE: Brute Force settings via MaxScript

Open the Render setup dialog, type this in the maxscript listener and watch the result: — Brute Force Subdivs vr.dmcgi_subdivs = 20 — Brute Force …

9 years ago
Forum
Reply
RE: How do you remove all scaling on an object (with code)?

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…

9 years ago
Forum
Reply
RE: What is the easiest way to create planes with the dimensions of images in a folder?

There are scripts on scriptspot.com that do the same, but for one image only. Modify them to works with selection of images.

9 years ago
Forum
Reply
RE: Get nearest spline to cursor

Turn On the SNAP, set Edge/Segment snap type active and get the snaped node. Then turn Off the Snap.

9 years ago
Forum
Reply
RE: Batchscript with Ribbon Tools

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…

9 years ago
Forum
Page 42 / 83