Skip to content

Instantly share code, notes, and snippets.

@theodox
Created March 18, 2014 23:28
Show Gist options
  • Save theodox/9632179 to your computer and use it in GitHub Desktop.
Save theodox/9632179 to your computer and use it in GitHub Desktop.
class FloatSlider(Control):
'''sample output from mGui.helpers.tools.generate_commands()'''
CMD = cmds.floatSlider
_ATTRIBS = ['horizontal','step','maxValue','value','minValue']
_CALLBACKS = ['changeCommand','dragCommand']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment