ofer_z
@ofer_z
New Member
Joined: Feb 14, 2024
Topics: 11 / Replies: 188
Reply
RE: Script to select objects with animation

I thought he asked for the selection of animated objects, but hey, now he can choose either way

17 years ago
Forum
Reply
RE: Script to select objects with animation

Actually, it should be: select (for o in objects where o.transform.isAnimated collect o) cheers, o

17 years ago
Forum
Reply
RE: Timeslider controlled with the Mouse wheel

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…

17 years ago
Forum
Reply
RE: Timeslider controlled with the Mouse wheel

Another small update, this one makes the changes in the INI file immediate, not requiring a max restart. –*****************************************…

17 years ago
Forum
Reply
RE: toggle button that remains pressed (orange color)

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….

17 years ago
Forum
Reply
RE: A Box for Controling the Timeslider Ranges.

Sorry about that. A stupid bug. Try this version: try(destroyDialog ro_AnimationRangePresets)catch() rollout ro_AnimationRangePresets “Anim Range P…

17 years ago
Forum
Reply
RE: A Box for Controling the Timeslider Ranges.

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…

17 years ago
Forum
Reply
RE: A Box for Controling the Timeslider Ranges.

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…

17 years ago
Forum
Reply
RE: A Box for Controling the Timeslider Ranges.

Here you go: [Edit]Posted the wrong version before, here’s the new version:[/Edit] try(destroyDialog ro_AnimationRangePresets)catch() rollout r…

17 years ago
Forum
Reply
RE: A Box for Controling the Timeslider Ranges.

Hi, I haven’t tried it myself, but you can try this script: hOpe this helps, o

17 years ago
Forum
Reply
RE: Maxscript: reading or modifying "default" material

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…

17 years ago
Forum
Reply
RE: Pulling a selection from a dropdownlist from another rollout

Hi, You can access a rollout’s local variables, controls and function by using a direct reference, e.g. rolloutname.controlName Sample code: rollo…

17 years ago
Forum
Reply
RE: Timeslider controlled with the Mouse wheel

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. –…

17 years ago
Forum
Reply
RE: Timeslider controlled with the Mouse wheel

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…

17 years ago
Forum
Reply
RE: Timeslider controlled with the Mouse wheel

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…

17 years ago
Forum
Page 6 / 14