pymel.core.animation.curveRGBColor

curveRGBColor(*args, **kwargs)

This command creates, changes or removes custom curve colors, which are used to draw the curves in the Graph Editor. The custom curve names may contain the wildcards ?, which marches a single character, and *, which matches any number of characters. These colors are part of the UI and not part of the saved data for a model. This command is not undoable.

Flags:
  • hueSaturationValue : hsv (bool) [create,query]

    Indicates that rgb values are really hsv values. Flag can have multiple arguments, passed either as a tuple or a list.

  • list : l (bool) [create]

    Writes out a list of all curve color names and their values.

  • listNames : ln (bool) [create]

    Returns an array of all curve color names.

  • remove : r (bool) [create]

    Removes the named curve color.

  • resetToFactory : rf (bool) [create]

    Resets all the curve colors to their factory defaults.

  • resetToSaved : rs (bool) [create]

    Resets all the curve colors to their saved values.

Derived from mel command maya.cmds.curveRGBColor

Previous topic

pymel.core.animation.currentTime

Next topic

pymel.core.animation.cutKey

Core

Core Modules

Other Modules

This Page