I’m very excited to try this! I’ll give feedback soon.
You can’t copy and paste Edit Poly modifiers with MaxScript. It’s a long standing issue. Sorry.
This should work for you. Don’t know of any built in tools to do it. ( fDir = getSavePath caption:”Directory of Max Files” initialDir:MaxFilePath …
Your first posts suggests you have mixed data, but you may be able to just use #floatTab or #intTab. What I need in Max is a TabTab.
Use PrintAllElements. To clarify, use PrintAllElements when converting to string. Not when converting back to array.
Uninstalled IE10. Back to IE9, works great now. Thanks man! I didn’t want IE10 anyway, it snuck in there with a windows update.
I’m using Windows 7 64 bit in English.
This is awesome. The online help is nice because it can be updated on the fly. BUT the CHM is so much faster! However, this seems to happen on any pa…
Can you post some code that reproduces the problem?
This question belongs in the General / Rigging or 3ds Max forum, because it doesn’t involve MaxScript or the SDK. (I’m only telling you because people…
In 2013 the skin modifier changed the list to alphabetical order, so the bone index was no longer predictable. But if you had 20 bones, the highest in…
$.controller.setFrameNo 1 ($.controller.getFrameNo 1) Ha! And to be thorough! mapped fn moveKeysAndLinkConstraint obj offset = ( moveKeys obj off…
$.controller.addWorld frameNo:-9999 $.controller.DeleteTarget 1 This will sort the list, but it’s not one line of code. Actually, just the first line…
Spill it! Is there a hidden sort function?
#1 Added a check to see if the offset is positive or negative. Moving a key on top of each other in the time slider results in the target key being re…