Custom FieldSliderGroup!

13 views
Skip to first unread message

hudson ludgero

unread,
May 22, 2013, 5:50:58 PM5/22/13
to python_in...@googlegroups.com
Hi Guys, I´m new on this nice Group, at moment I tried create a custom interface in python inside in maya.

So! I looking for to create a custom FielSliderGroup, somebody can help me!?

I from Brazil!!

Tks for creates of this group!

Hudson Ludgero

www.hudsonludgero.com

Daz

unread,
May 23, 2013, 11:38:46 AM5/23/13
to python_in...@googlegroups.com
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()

hudson ludgero

unread,
May 23, 2013, 11:50:23 AM5/23/13
to python_in...@googlegroups.com
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 <dariu...@gmail.com>

--
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 python_inside_m...@googlegroups.com.
To post to this group, send email to python_in...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Reply all
Reply to author
Forward
0 new messages