miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: [Solved] [Maxscript] How to use regular expression to associate an object with a proxy?

Maybe this will help you: ( proxysArr = #(“proxy_001_1200x300″,”proxy_002_1200x300″,”proxy_001_1200x400″,”proxy_650x350”) objsArr = #(“object_1200x…

5 years ago
Forum
Reply
RE: Collecting scene maps

Try with this: usedMaps()

5 years ago
Forum
Reply
RE: [sdk] Set pivot on a mesh

You have to rotate the verts of the mesh about your point. Maxscript version for editable poly: ( angle = 45 vertsToMove = $.selectedVerts selCente…

5 years ago
Forum
Reply
RE: Sdk attach mesh

Check this: forums.autodesk.com – 20 Mar 15 polyop.attach obj1 obj2 in SDK How would you attach 2 or more objects in th…

5 years ago
Forum
Reply
RE: Adding constraints in listbox

The loop is for all selected Editable poly objects. So you can change the edge constarint for all of them. To test it create few spheres, convert them…

5 years ago
Forum
Reply
RE: Adding constraints in listbox

rollout combobox_test “Combo Box” ( group “Edge Constraint Options” ( combobox edgeConstraint “Constraints” items:#(“None”, “Edge”,”Face”,”Normal”…

5 years ago
Forum
Reply
RE: Dynamic rollout button size

In Max2019 the code works with no errors. This will not be the first time when something is not in the maxscript Help file but works inside 3ds Max.

5 years ago
Forum
Reply
5 years ago
Forum
Reply
RE: Dynamic rollout button size

For 3ds Max 2019 and above try (destroydialog X ) catch () rollout X “” ( button btn “button” pos:[5,5] on x resized size do ( btn.width = s…

5 years ago
Forum
Reply
5 years ago
Forum
Reply
RE: Reset Scale of a matrix

Julien_L: mat01 = (matrix3 [-0.95407,0.14169,-0.263958] [-0.211014,-0.943264,0.256371] [0.212657,-0.300295,-0.929839] [-2.59766,-51.5166,16.7929]) f…

5 years ago
Forum
Topic
Forum
Replies: 6
Views: 24
Reply
RE: DialogMonitorOps not works simultaneously from two different scripts

Thank you. If the returned value is FALSE no window can’t be open, which makes DialogMonitorOps unusable. DialogMonitorOPS.unRegisterNotification id:…

5 years ago
Forum
Reply
RE: Check for animated Modifiers

— hasAnimMod-v1_00.ms — — 01.04.01, swami*, a.k.a. “codeWarrior()”, swami@cfl.rr.com — Written for MAX r3.1 — ————————– — FUNC…

5 years ago
Forum
Page 16 / 83