munkybutt
@munkybutt
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 50
Reply
RE: Standard Align tool vs Max Script! Score is 2 : 1 ))

Would the not be effectively using a euler filter algorithm to unravel the rotations? knowledge.autodesk.com Euler Filter…

5 years ago
Forum
Reply
RE: Tools set delivery

I wrote a standalone installer to parse the 3dsmax.ini and plugins.ini and add and overwrite the required paths to plugins and script files. It has fu…

6 years ago
Forum
Reply
RE: Is there a way to save the undo buffer?

Hold the maxfile and then restore it. Pretty much the same as save and load, but I think a bit faster. But you shouldn’t be losing your undo stack unl…

6 years ago
Forum
Reply
RE: [SDK] Transforming mesh vertices faster?

Multiply your matrices together and use the result to set the transform points

6 years ago
Forum
Reply
RE: Create bones to specific points

Well if you know the name of the objects before hand, then loop over the names to get the objects: for objName in objNames do ( — get the node b…

6 years ago
Forum
Reply
RE: Create bones to specific points

I am not sure what you are trying to do, but by the look of it you are creating a max bone between the centre point and all the point helpers arrayed…

6 years ago
Forum
Reply
RE: Get All Dependency Objects

You have a lot of expensive operations being run in for loops. Optimising your script will go a long way to making it more stable. Cache any calls to …

6 years ago
Forum
Reply
RE: Question : does parentheses change script behavior?

Adding brackets around code changes the scope. So you are throwing all of the variables out of global scope by wrapping that section in parentheses. M…

6 years ago
Forum
Reply
RE: Slider for keyframes

Look up linear interpolation ( lerp ) for position values and spherical linear interpolation for rotation values ( slerp ). And use them to blend betw…

6 years ago
Forum
Reply
RE: Substance 2 for Max

Very cool stuff!

7 years ago
Forum
Reply
RE: Python – delete all keyframes on selected

Sorry friend, I have tried to look into moving keys with maxPlus as it is theoretically much faster than maxScript, with no luck though. If you do fi…

8 years ago
Forum
Reply
RE: Create a when-changes handler inside a struct function

If you are wanting to modify a variable in the struct, you need to make an instance of the struct once it is created. This is effectively like creatin…

8 years ago
Forum
Topic
Forum
Replies: 1
Views: 10
Reply
RE: WPF window textbox unable to capture keyboard.

enableAccelerators = False to let your dialogue gain focus enableAccelerators = True to give the focus back to Max.

9 years ago
Forum
Reply
RE: 3dsmax 2017 Python

The reason for file not working is the environment that Max evaluates a python script from it’s own editor is not the same as the environment when sen…

9 years ago
Forum
Page 3 / 4