Maya shelves mixed up
Moderator: Moderators
Maya shelves mixed up
I have a problem with Maya shelves since I installed 3dconnexion plugin for Maya.
Navigation shelf with two buttons is added, one for space navigator configuration and one for help. Since both these buttons are also available in the top right corner of UI, there is no need to have extra shelf cluttering the interface. The problem is this shelf is invisible in shelf editor and thus cannot be removed. Is there a workaround for this problem?
Even bigger annoyance is that every time I start Maya, the shelves are rearranged in alphabetical order instead of my custom saved order. Since I use dropdown shelf menu (instead of shelf tabs), this particular shelf order saves me a lot of time. I have to manually arrange shelves every time Maya is restarted.
My coworker has exactly the same problem. We both use SpaceNavigator PE, Maya 8.5 and have the latest 3dconnexion drivers installed.
Thank you for your help!
AR
Navigation shelf with two buttons is added, one for space navigator configuration and one for help. Since both these buttons are also available in the top right corner of UI, there is no need to have extra shelf cluttering the interface. The problem is this shelf is invisible in shelf editor and thus cannot be removed. Is there a workaround for this problem?
Even bigger annoyance is that every time I start Maya, the shelves are rearranged in alphabetical order instead of my custom saved order. Since I use dropdown shelf menu (instead of shelf tabs), this particular shelf order saves me a lot of time. I have to manually arrange shelves every time Maya is restarted.
My coworker has exactly the same problem. We both use SpaceNavigator PE, Maya 8.5 and have the latest 3dconnexion drivers installed.
Thank you for your help!
AR
Hi Raayaar,
If you want to remove the "Navigation"-tab you can do the following:
A) Open MagellanStartup.mel in an editor (located under C:\Program Files\Autodesk\Maya8.5\scripts\startup)
B) Search for the line
C) Change it to
Note that you do that on your own risk and it is not recommended/supported. You will have to do that every time you install our software.
If you want to remove the "Navigation"-tab you can do the following:
A) Open MagellanStartup.mel in an editor (located under C:\Program Files\Autodesk\Maya8.5\scripts\startup)
B) Search for the line
Code: Select all
C3DxShelfTab();
Code: Select all
// C3DxShelfTab();
Robert Stadie
I am also experiencing this problem. The fix stated does not fix the problem - something in the 3dconnexions code is causing the shelves to be rearranged into alphabetical order - removing the magellanstartup file fixes the problem but then I cannot use my spacenavigator!
I am using Maya 2008 unlimited
I am using Maya 2008 unlimited
Hi sixBlade,
The above mentioned method is for removing the Navigation-tab, not about the rearrangement. The rearrangement seems to be a bug in our Plug-in - we track this bug with the number 4675.
This will hopefully be fixed in our next release.
*UPDATE*
It will be fixed in the next release
The above mentioned method is for removing the Navigation-tab, not about the rearrangement. The rearrangement seems to be a bug in our Plug-in - we track this bug with the number 4675.
This will hopefully be fixed in our next release.
*UPDATE*
It will be fixed in the next release

Robert Stadie
3d connextion driver for maya will not load
I tried to do this myself cause this problem was annoying me to.
But now I can't get the driver for Maya working.
I tried repairing the software with the update command in the driver and uninstalling / reinstalling it in add/remove programs, still doesn't work.
I get this message:
// Error: Cannot find procedure "_3DxOnDeviceChanged". //
// Error: Cannot find procedure "_3DxOnDriverFunctionsChanged". //
When I source the MagellanStartup.mel it works but the settings are all messed up (inverted axes...) and the control panel will not show.
I guess a preferences file or something got corrupted since reinstalling it doesn't fix the problem.
Any idea what went wrong?

But now I can't get the driver for Maya working.

I get this message:
// Error: Cannot find procedure "_3DxOnDeviceChanged". //
// Error: Cannot find procedure "_3DxOnDriverFunctionsChanged". //
When I source the MagellanStartup.mel it works but the settings are all messed up (inverted axes...) and the control panel will not show.

I guess a preferences file or something got corrupted since reinstalling it doesn't fix the problem.
Any idea what went wrong?

Hi eyeJ,
To restore normal functionality you should copy a working version of MagellanStartup.mel to
You find a working version in .
Which program did you use to make your changes?
To restore normal functionality you should copy a working version of MagellanStartup.mel to
Code: Select all
C:\Program Files\Autodesk\Maya8.5\scripts\startup\
Code: Select all
C:\Program Files\3Dconnexion\3Dconnexion 3DxSoftware\Maya 85\
Which program did you use to make your changes?
Last edited by rstadie on Thu Feb 07, 2008 1:48 pm, edited 5 times in total.
Robert Stadie
Fixed!
I installed some other Mel script that needed the userSetup.mel to be located in "Your Documents"\maya\2008\scripts.
Seems that this userSetup.mel overrides the one in ...Program Files\Autodesk\Maya2008\scripts\startup and because of that it didn't work
So if you experience the same problem just add the following line in the userSetup.mel located in "Your Documents"\maya\2008\scripts:
MagellanStartup;
Now all is good
Seems that this userSetup.mel overrides the one in ...Program Files\Autodesk\Maya2008\scripts\startup and because of that it didn't work
So if you experience the same problem just add the following line in the userSetup.mel located in "Your Documents"\maya\2008\scripts:
MagellanStartup;
Now all is good

U are fast to respondrstadie wrote:Hi eyeJ,
To restore normal functionality you should copy a working version of MagellanStartup.mel toYou find a working version inCode: Select all
C:\Program Files\Autodesk\Maya8.5\scripts\startup\
.Code: Select all
C:\Program Files\3Dconnexion\3Dconnexion 3DxSoftware\3DxMaya 8.5
Which program did you use to make your changes?

Sorry for bothering you

Found the solution
