I believe Dennis’ point is that most languages have no explicit then statement. but rather just wrap the then-statement in brackets if (condition) {…
my understanding is that if…do was created for implementing conditional statements in the listener. I only use if…then in my scripts
numKeys $ctrl_jaw.pos.controller -1 I assume -1 means no keys There is no specification of a range interval in the script controller.
I never use plug-in definitions so i cannot speak to those. When you distribute this code, for internal or external use, what shall users do to ope…
Is there anyway to access the ‘self’ parameter from the popup? owner.ro.self yields >> MAXScript Rollout Handler Exception: – Unknown property: …
deletedeletedelete
Thanks for the hints. I revised my code and got it working. the real problem you will meet later. but that will be another story. There were a cou…
found the issue. Mesh vs Polymesh…different mxs methods obj.SetSelection #Vertex #{v} But Dennis is right of course, slow as heck. Is there any fas…
As it turns out, ‘select one vert’ seems harder than I thought it would be. for v = 1 to obj.verts.count do ( vert=obj.verts[v] for b = 1 t…
I’ll probably be dealing with ~50 bones and ~2k verts. Coulkd take a while. I’ll try it and see.
Is there any other way aside from skinOps.SetVertexWeights to set the weight of a vertex for a given bone?
If the skin bone IDs are screwed, [ol] [li]how can I verify this is happening? [/li][li]Is there any other way to apply weights from my bone/weight da…