You might of noticed that the color values cannot exceed the 1000 as a hard limit
We have this issue logged as a change request against Maya 2011, however a simple workaround is to use MEL script
settAttr
setAttr "lambert1.color" -type double3 100 100 100 ;





Subscribe
I cant seem to get this to work. after running the script it dosnt do much to change values over 1000
Posted by: cwisbg | 23/03/2011 at 04:12 AM
Thanks for bringing this up, Owen! It was quite a let down when I realized that I couldn't push the colour values over the limit.
Posted by: Shawn | 30/04/2010 at 11:02 AM
hi Kiernan,
not at this time; the color space option in the color Picker is not stored as an optionVar in your userPrefs.mel. Your suggestion is already on the list of modifications for a future release.
cheers,
O
Posted by: owen | 08/04/2010 at 11:25 AM
Is there a way to make the default color picker HSV, not RGB?
Posted by: Kiernan | 08/04/2010 at 05:02 AM