PDA

View Full Version : Trackview ui Layout and toolbars


Floating_Inkpot
05-17-2009, 12:15 AM
Hi !

I am working on a script that create a new Trackview with a custom Ui layout, that contains some custom toolbars with macroscript to interact with the trackview.

I can create new toolbars in my trackview and then save the ui layout :

MyTrackView.ui.addToolbar "MyToolbar"
MyTrackView.ui.saveLayout "MyLayout"

After i restart max, i have access to these Trackview layout and toolbars, but i can't find where they are saved on the hard disk. I checked in the CUI file, where the standard toolbars are saved, but there is nothing about the toolbars i created in my trackview...

Does someone know where these toolbars and ui layout are stored on the hard drive, this way i could copy the file on another workstation and my script would work by finding the appropriate toolbars and layout.

Thanks, your help will be greatly appreciated :p

Ruramuq
05-17-2009, 06:52 AM
C:\Documents and Settings\<USER>\Local Settings\Application Data\Autodesk\3dsmax\200# - 32bit\enu\plugcfg/trackview.ini

"$maxData\plugcfg\trackview.ini"

If that file is deleted Max would recreate it partially, probably bad/corrupted.
To restore the original, copy it from the <maxroot>/plugcfg directory

Floating_Inkpot
05-17-2009, 10:26 AM
Thanks! that is exactly what i was looking for;)

CGTalk Moderation
05-17-2009, 10:26 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.