lets take one simple example, one "create sphere" button and one
radius slider:

def esfera(arg):
    radius=????
    sphere(r=radius)

window()
columnLayout()
btn=button(command=esfera)
floatSliderGrp(???)
showWindow()

how i can set and get this values using pymel? thanks

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to