Page 1 of 1

Issue loading the picker

Posted: Tue Dec 13, 2011 12:24 pm
by gabe
Hello, first let me say this rig looks awesome! I can't wait to use it, despite the fact that I can't load up the picker. But I wanted to see if I could trouble shoot the problem before I give up on it. I'm running Mac OSX, with maya 2012. I downloaded the rig and dropped abxPicker.mel into the Applications/Autodesk/maya2012/GettingStarted/MEL, folder. and the MalcomlmPicker.bmp into the /Applications/Autodesk/maya2012/GettingStarted/Assets/sourceimages, folder. I load malcolmPicker.ma, then I rename the
malcolmPicker_Main_PIKR to malcolm:Main_PIKR

Up to this point I have seen no window, so I type in....

source "abxPicker.mel"; abxPicker;

Then it says...

// Error: source "abxPicker.mel"; abxPicker; //
// Error: Cannot find file "abxPicker.mel" for source statement. //


Also I run the abxPicker.mel as a script, and receive no error message, but no window with it either. Any suggestions :?:

Re: Issue loading the picker

Posted: Tue Dec 13, 2011 9:30 pm
by admin
It sounds like you're putting the abxPicker.mel in the wrong place

From the page:
Installation Instructions:
unzip the abxPicker folder within the zip file for your Maya version.
put the abxPicker.mel and abxPicker.png files into your Maya version's script folder. For example:
C:\Users\YOURNAME\Documents\maya\2011\scripts
on Mac computers:
/Users/YOURNAME/Library/Preferences/Autodesk/maya/2011/scripts
Then inside Maya, run this command:
source "abxPicker.mel"; abxPicker;
Put that command on a button, so you can quickly relaunch it.
You may have to restart Maya to get it to see the script.

Re: Issue loading the picker

Posted: Wed Dec 14, 2011 10:54 am
by gabe
You were right, I had the mel script in the wrong place! :D But the window isn't showing any buttons yet.

Re: Issue loading the picker

Posted: Wed Dec 14, 2011 11:06 am
by gabe
Also now when I try to rename malcolmPicker_Main_PIKR to malcolm:Main_PIKR, it is instantly replaced by Main_PIKR instead.

Re: Issue loading the picker

Posted: Wed Dec 14, 2011 12:45 pm
by admin
Then use whatever namespace you have for malcolm. You must have something custom written in your reference dialog.
gabe wrote:Also now when I try to rename malcolmPicker_Main_PIKR to malcolm:Main_PIKR, it is instantly replaced by Main_PIKR instead.

Re: Issue loading the picker

Posted: Wed Dec 14, 2011 6:21 pm
by gabe
Sorry, I don't know what a namespace or reference dialog is.

Re: Issue loading the picker

Posted: Fri Dec 16, 2011 12:04 am
by katleen_farine
I have the same problem.

I have put the 2 files of the «MalcomPicker» in:
C:\Users\Katleen\Documents\maya\scripts

and my document is in:
C:\Users\Katleen\Documents\maya\projects\Animation 2012

I can load (and reference in my scene) the Malcom Rigg, but I can't load the Picker...

thanks for you help!

Re: Issue loading the picker

Posted: Fri Dec 16, 2011 11:09 am
by gabe
Hey, I got it working! I just restarted the directions from the beginning. But the window is cutting off words on the buttons.

Re: Issue loading the picker

Posted: Fri Dec 16, 2011 11:15 am
by gabe
It says

// Warning: Pixmap file not found, using default. //

Re: Issue loading the picker

Posted: Fri Dec 16, 2011 12:25 pm
by admin
Looks like you're using the wrong abxPicker for your version of Maya.

Re: Issue loading the picker

Posted: Mon Dec 19, 2011 3:42 pm
by gabe
I see. I tried both. Here's what I get when I use the 2011 version of the abx picker. And the second picture is what I get when I use the other abx picker script.

Re: Issue loading the picker

Posted: Mon Dec 19, 2011 3:43 pm
by gabe
So afraid I don't know what the issue is :(

Re: Issue loading the picker

Posted: Thu Dec 22, 2011 1:56 pm
by admin
Well, we're working on a fix for this, but it will be several weeks. Thanks,
Dave

Re: Issue loading the picker

Posted: Wed Jan 11, 2012 2:48 pm
by gabe
Any new suggestions what the issue might be?

Re: Issue loading the picker

Posted: Wed Jan 25, 2012 5:47 pm
by sheepfactory
I am having the same problem gabe is having. The text and buttons are cut out so its impossible to read. Any word on when the fix is coming?

In the meantime can someone post a screenshot of the selection UI so we can print it out and use it as reference till its fixed?

And thank you animschool for the amazing rig!

Re: Issue loading the picker

Posted: Wed Jan 25, 2012 6:00 pm
by admin
Sorry, I think abxPicker is just not customized for the mac. I will enquire. We are working on a fix but it will be a while.

Does the picker work alright but it looks funny? Or does it not work?

Dave

Re: Issue loading the picker

Posted: Fri Feb 24, 2012 4:57 pm
by dmcameron
I'm having the same issue and I'm guessing since this thread has gone cold that the issue is still being worked on.

To answer your question, when all the little boxes show up the picker works but when it's just the silhouette then it does not.

FYI, I'm using Maya 2012 on a mac running Lion.

Re: Issue loading the picker

Posted: Thu Mar 01, 2012 4:56 pm
by btoonz
Hi guys---I know this has been beaten to death but I am completely stuck----I am running Maya 2012 student edition on Mac OSX Lion -----after having gone on a crazy search for the library (because Lion hides it by default now and makes you feel like an idiot)---I did the following:

-placed the abxpicker.mel and the abxpicker.png in the following spot: library>preferences>autodesk>maya>2012-x64>scripts
-I then opened Maya and added this to the editor: source "abxPicker.mel"; abxPicker;
-I middle mouse clicked and added it to the customs shelf
-quit Maya and then relaunched
-I then clicked project window---left the defaults and created a folder called "test" on my desktop with a sub-folder named "New_Project"
-I added the MalcolmPicker.bmp to the images folder within the "new_project" sub-folder
-I then clicked "create reference" and navigated to my "malcolm_v100Maya2009 folder" and selected malcolm.ma
-then I went to "import" and imported "malcolmpicker.ma"

The model loads as does the picker but I'm only getting a picture of the silhouette in the picker window with no controls---can somebody help this poor noob out? Thanks in advance!---B

Re: Issue loading the picker

Posted: Fri Mar 02, 2012 4:04 pm
by admin
Apparently, on the Mac, if you have the picture showing, it hides the buttons. So you have to not use the picture BG.
btoonz wrote:Hi guys---I know this has been beaten to death but I am completely stuck----I am running Maya 2012 student edition on Mac OSX Lion -----after having gone on a crazy search for the library (because Lion hides it by default now and makes you feel like an idiot)---I did the following:

-placed the abxpicker.mel and the abxpicker.png in the following spot: library>preferences>autodesk>maya>2012-x64>scripts
-I then opened Maya and added this to the editor: source "abxPicker.mel"; abxPicker;
-I middle mouse clicked and added it to the customs shelf
-quit Maya and then relaunched
-I then clicked project window---left the defaults and created a folder called "test" on my desktop with a sub-folder named "New_Project"
-I added the MalcolmPicker.bmp to the images folder within the "new_project" sub-folder
-I then clicked "create reference" and navigated to my "malcolm_v100Maya2009 folder" and selected malcolm.ma
-then I went to "import" and imported "malcolmpicker.ma"

The model loads as does the picker but I'm only getting a picture of the silhouette in the picker window with no controls---can somebody help this poor noob out? Thanks in advance!---B