Nice example Denis!
0 – linear 1 – recursive 2 – non-convex, but thats undocumented. I was testing this out earlier today to verify that 2 is non-convex.
How is your text file generated? Instead of print out POS and ROT you can print out the transform. Then just set the transform instead of each compone…
I think you’ve got a few bugs in there. I’m not totally clear what you are trying to do, but I think it’s create the number of spheres in the spinner …
Thanks for the input Denis!
What version of Max are you using? This is a very simple example, but if you are using 2017 pymxs will work. import pymxs import MaxPlus #Create a …
I don’t think you need access to most of that. For plugins simply add a new entry to Plugin.UserSettings.ini. Then install your scripts to $userStart…
If I change the line with skinOps.ReplaceVertexWeights with SetVertexWeights then it works as you intend. Note that I also use BoneID and Weight and n…
I know you have a solution, but when I need to use DosCommand or HiddenDosCommand on a sequence of operations I use “&” between the commands. so…
You can also filter your selection using ObjectSets. Just search for that in the Max help doc. select (for obj in geometry where obj.isSelected coll…
DeleteKeys, and most other key functions, are mapped. So you don’t need a loop. This would work. deletekeys selection #allkeys
Looks like a bug. If you change Auto Key Default Frame to 1 and change your code to 1, it fails to create the key at frame 1. Seems to work if you pu…
@bontempos The code snippet was showing 1. How to store maxscript in a file. 2. How to load the script to be ready to run by typing a command. If you…
Very cool guys! I’ve been wanting this feature for ST3 for a while. On the topic of Sublime Text is there a fix for the parenthesis () not auto inden…