Adverti horiz upsell

colorKey 2.0.0 for Maya (maya script)

color keyframe's ticks in the timeline

License
Button download
4,014 Downloads

Compatibility

  • 2016, 2015, 2014, 2013, 2012, 2011

Operating Systems

  • Mac
  • Windows

History

Created:11/01/2013
Last Modified:07/05/2015
File Size: 6.86 KB

Feature Request

Toggle Script

Status:added
Date:11/22/2013
Submitted by:JonDoe257 JonDoe257
Hi GuillaumeG, I posted this message on the 11SecondClub Forum Thread, I just want to say 'Thank You', so much for the key color script. You wouldn't believe how many of us have tried in so many different ways to get a script like this to work. And I'm looking forward to more good things from you. As will everyone else. smile On a side note, It would be really nice if you could help me with the code I could use to bind this to a hotkey. For those of us without much screen real-estate being able to toggle the UI on and off would be real handy. This is the code shared by Luca Fiorentini for his 'AnimSelector' script. So something like this would be nice. import maya.cmds as mc import animSelector if mc.dockControl('pickerDock', q=True, exists=True): pickerDockState = mc.dockControl('pickerDock', q=True, visible=True) mc.dockControl('pickerDock', e=True, visible=(1 - pickerDockState)) else: animSelector.PickerUI() Thank You, - Jon

Comments on this feature request:

  • GuillaumeG

    GuillaumeG said about 11 years ago:

    Hotkeys are now implemented in v1.2 ;)
  • JonDoe257

    JonDoe257 said about 11 years ago:

    Haha... Thanks buddy. You're definitely earning hero points in my books. =)

Post a comment: