View Full Version : Bonustools Install not properly :(
smoluck 03-23-2006, 07:35 AM My Maya bonustools 7 install seems to be corrupted , I 've used the Installer from Alias and whenever I uninstall it and reinstall I can't see the Bonustools toolbar in maya. I've verified the Path launch in /module/ directory but It doesn't want to be launched.
If you've encounter that type of bug, prevent me.. And If you know a command to launch the bonustools tell me !
|
|
smoluck
03-23-2006, 08:15 AM
Ok After some search I've find that command launch:
///////////////////////////////////
// Start bonusTools userSetUp.mel
///////////////////////////////////
// cut and paste the contents of this file into your existing userSetup.mel
// and restart maya to get the full effect
// scriptJob to rebuild menu as working mode changes
scriptJob
-permanent
-event "MenuModeChanged" "bonusToolsMenu";
// build the menu the first time
bonusToolsMenu;
// publish (ctrl+RMB in channelBox)
// aka Quick Connect Attributes
// uncomment the next line if you wish to use this functionality
//publish;
///////////////////////////////////
// End bonusTools userSetUp.mel
///////////////////////////////////
I've put that script into the shelf.. because apparently The userSetup.mel doesn't want to use that command and launch the module on my PC. So I 've to launch that script to launch it.
EDIT :
After one test I've Copy paste all that line to the userSetup.mel in "C:\Documents and Settings\User\My documents\maya\7.0\scripts"
And after maya restart , he launch correctly the modules..
for info it's the same for all other modules like the TinyTools or Koshygaya tools package.
CGTalk Moderation
03-23-2006, 08:15 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.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.