code-google-com / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

radioButtonGrp missing many methods #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
0.7.8, maya 2008

radioButtonGrp is missing the 'label' methods for when that are only 2 or 3
radioButtons in the grp.

missing methods:
label1()
label2()
label3()
label4()
labelArray2()
labelArray3()
setLabel2()
setLabel3()

actually, it looks like it's missing the on/offCommand[1-3] methods also...

Original issue reported on code.google.com by john.d.b...@gmail.com on 2 Apr 2008 at 6:39

GoogleCodeExporter commented 9 years ago
nice find. it looks like the maya documentation is a bit idiosyncratic when
displaying create,query,edit modes with these sequences of flags.  only the 
last in
the sequence has this mode info: 

-label(-l)       string     createqueryedit
-label1(-l1)    string      
-label2(-l2)    string      
-label3(-l3)    string  
-label4(-l4)     string     createqueryedit
-labelArray2(-la2)       string string          
-labelArray3(-la3)  string string string        
-labelArray4(-la4)  string string string string     createedit

i'll have to add some more logic to the doc parser for this. this will fix many 
of
the *Grp ui classes.

-chad

Original comment by chad...@gmail.com on 2 Apr 2008 at 7:11

GoogleCodeExporter commented 9 years ago
fixed and committed to svn.  warning, you should not check out this repo unless 
you
are willing to work in "alpha-land".  we should be going beta soon.

Original comment by chad...@gmail.com on 3 Apr 2008 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by chad...@gmail.com on 10 Feb 2009 at 7:42