Heya To my knowledge the default example in docs is quite nice... can you maybe be more exact as to what do you want to do with them ?
http://download.autodesk.com/global/docs/maya2013/en_us/CommandsPython/index.html cmds.window( title='Attr Field Slider Groups' ) objName = cmds.sphere() cmds.columnLayout() cmds.attrFieldSliderGrp( min=-10.0, max=10.0, at='%s.tx' % objName[0] ) cmds.showWindow() -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
