_stev
@_stev
New Member
Joined: Feb 15, 2024
Topics: 11 / Replies: 85
Reply
RE: are grid views available through maxscript?

viewport.setGridVisibility <viewport> <state> <viewport> is the viewport number, and <state> is true or false. Just type vie…

19 years ago
Forum
Reply
RE: Exporting Morph Data

Can you just get the slider values using this: WM3_MC_GetValue $.modifiers[#morpher] 1 Where 1 is the slider number. Stev

19 years ago
Forum
Reply
RE: Vertex Normals

I think that’s just what I need. Thanks! Stev

19 years ago
Forum
Reply
RE: Vertex Normals

I’m tring to figure out how to get each normal individually on a hard edge. getNormal() returns one value if the vertex has three normals. I’d like …

19 years ago
Forum
Topic
19 years ago
Forum
Replies: 4
Views: 15
Reply
RE: code works, but fails when in a button ?

I’m in Max 7. I didn’t get an error. I’m not sure what else could be wrong here. Try throwing in “Max Motion Mode.” Sometimes that has fixed strange …

19 years ago
Forum
Reply
RE: code works, but fails when in a button ?

If it only fails when it’s in a button event, put it in a function, then call that function in the button event. Here’s how it’d look. rollout Aut…

19 years ago
Forum
Reply
RE: bezier curves without bezier curves

Thanks man, I’m going to check it out. Stev

19 years ago
Forum
Reply
RE: bezier curves without bezier curves

I get the following error. [size=3]– Unknown property: “addNode” in Controller:Position_Script [/size] What version does this work on? Stev

19 years ago
Forum
Reply
RE: orientation of the pivot to the orientation of the pivot

Try this a = $box01.rotation; b = $box02.rotation; c = a – b; RotatePivotOnly $box01 -c; Stev

19 years ago
Forum
Reply
RE: orientation of the pivot to the orientation of the pivot

fn RotatePivotOnly obj rotation = ( local rotValInv = inverse (rotation as quat) animate off in coordsys local obj.rotation*=RotValInv obj.objectoffse…

19 years ago
Forum
Reply
RE: Newbie With Animation Questions

SplitXRaven: Can you reference external MAXScripts and have them run within a program flow? Or, perhaps to be more clear, can I make a call to a pr…

19 years ago
Forum
Reply
RE: Freeze Transforms

I just looked at that macro and figured it out. Thanks a lot PEN.

19 years ago
Forum
Reply
RE: Freeze Transforms

If I was to do it manually by adding the list constraint, then another EulerXYZ, how do I wire to the second Euler in the list? Thanks PEN.

19 years ago
Forum
Topic
19 years ago
Forum
Replies: 3
Views: 15
Page 6 / 7