I thought he asked for the selection of animated objects, but hey, now he can choose either way
Actually, it should be: select (for o in objects where o.transform.isAnimated collect o) cheers, o
Hi, Actually it’s very easy to do already, that’s why I created the core functionality in a struct. Here’s a small (and useless) demo of how to use t…
Another small update, this one makes the changes in the INI file immediate, not requiring a max restart. –*****************************************…
Hi, You do this with the isChecked event handler of macroScripts. See the macroScript section in the maxscript help for more details and sample code….
Sorry about that. A stupid bug. Try this version: try(destroyDialog ro_AnimationRangePresets)catch() rollout ro_AnimationRangePresets “Anim Range P…
Sorry, I misundrestood you. You don’t need to edit the ini file manually. Please post the error message you’re getting (including the error dump in t…
Save it to a file, and then run it in max by either dragging it into the max window, or using the maxscript menu > run script. If you want it to au…
Here you go: [Edit]Posted the wrong version before, here’s the new version:[/Edit] try(destroyDialog ro_AnimationRangePresets)catch() rollout r…
Hi, I haven’t tried it myself, but you can try this script: hOpe this helps, o
Hi, When an object doesn’t have any material assigned to it (the situation you’re havng) it’s .material property will return undefined, and therefore…
Hi, You can access a rollout’s local variables, controls and function by using a direct reference, e.g. rolloutname.controlName Sample code: rollo…
Added another option to the INI file: useModifierKeys – when this setting is set to false, the ctrl key will not cause a 10f jump. Default: true. –…
OK, I added support for settings in an ini file. The file should be placed in the 3dsmax_root\scripts folder, and in should be named mouseWheely.ini F…
Added a sticky mode, but it’s still not perfect. If you activate it with a keyboard shortcut, when you release the key it will exit the mouse wheel ca…