Hi Daz,, tks for your atention!!! but my question is about create a
person(custom) image and use!

So, I need create custom controls, like a button that I use
nodeIconButton, with  parameter image1=" image local ",
I tried search on CommandsPython!  for fieldSliderGroup,but... i don't
found!

If somebody!! can help me!




2013/5/23 Daz <[email protected]>

> 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 a topic in the
> Google Groups "Python Programming for Autodesk Maya" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/python_inside_maya/Nyjyb9raHBg/unsubscribe?hl=en-US
> .
> To unsubscribe from this group and all its topics, 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.
>
>
>

-- 
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.


Reply via email to