pymel.core.uitypes.AnimDisplay

Inheritance diagram of AnimDisplay

class AnimDisplay

class counterpart of mel function animDisplay

This command changes certain display options used by animation windows. In query mode, return type is based on queried flag.

getModelUpdate(**kwargs)

Controls how changes to animCurves are propagated through the dependency graph. Valid modes are “none”, “interactive” or “delayed”. If modelUpdate is “none” then changing an animCurve will not cause the model to be updated (change currentTime in order to update the model). If modelUpdate is “interactive” (which is the default setting), then as interactive changes are being made to the animCurve, the model will be updated. If modelUpdate is delayed, then the model is updated once the final change to an animCurve has been made. With modelUpdate set to either “interactive” or “delayed”, changes to animCurves made via commands will also cause the model to be updated.

Derived from mel command maya.cmds.animDisplay

getRefAnimCurvesEditable(**kwargs)

Specify if animation curves from referenced files are editable.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.animDisplay

getTimeCode(**kwargs)

Controls whether the animation windows (time slider, graph editor and dope sheet) use time codes in their displays.

Derived from mel command maya.cmds.animDisplay

getTimeCodeOffset(**kwargs)

This flag has now been deprecated. It still exists to not break legacy scripts, but it will now do nothing. See the new timeCode command to set and query timeCodes.

Derived from mel command maya.cmds.animDisplay

setModelUpdate(val=True, **kwargs)

Controls how changes to animCurves are propagated through the dependency graph. Valid modes are “none”, “interactive” or “delayed”. If modelUpdate is “none” then changing an animCurve will not cause the model to be updated (change currentTime in order to update the model). If modelUpdate is “interactive” (which is the default setting), then as interactive changes are being made to the animCurve, the model will be updated. If modelUpdate is delayed, then the model is updated once the final change to an animCurve has been made. With modelUpdate set to either “interactive” or “delayed”, changes to animCurves made via commands will also cause the model to be updated.

Derived from mel command maya.cmds.animDisplay

setRefAnimCurvesEditable(val=True, **kwargs)

Specify if animation curves from referenced files are editable.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.animDisplay

setTimeCode(val=True, **kwargs)

Controls whether the animation windows (time slider, graph editor and dope sheet) use time codes in their displays.

Derived from mel command maya.cmds.animDisplay

setTimeCodeOffset(val=True, **kwargs)

This flag has now been deprecated. It still exists to not break legacy scripts, but it will now do nothing. See the new timeCode command to set and query timeCodes.

Derived from mel command maya.cmds.animDisplay

Previous topic

pymel.core.uitypes.AnimCurveEditor

Next topic

pymel.core.uitypes.AttrColorSliderGrp

Core

Core Modules

Other Modules

This Page