PDA

View Full Version : Animation trackbar


Baldasseroni
01-24-2003, 04:40 PM
Does anybody know how to remove the animation bar from the user interface of max ?
Even in expert mode it's still present on screen....

Thanks, Ale

LFShade
01-24-2003, 05:36 PM
To hide the trackbar, go to the Customize menu, and untick Show UI -> Show Trackbar. To dispense of the time slider, you need to type this in the MAXScript listener:

timeslider.setvisible false

Use true instead of false if you want to bring it back.

:airguitar

Baldasseroni
01-24-2003, 05:45 PM
LFShade : Thanks a lot!

Ale

CGTalk Moderation
01-14-2006, 06:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.