pymel.core.nodetypes.ImagePlane

Inheritance diagram of ImagePlane

class ImagePlane(*args, **kwargs)

class counterpart of mel function imagePlane

The imagePlane command allows querying of various properties of an image plane and any movie in use by the image plane. The object passed to the command may either be an imagePlane node, or a camera, in which case the command uses the image plane attached to the camera (if any). If no object is passed in, the current selection is used. Currently, most queries work only on 64 bit Windows systems.

getCounter(**kwargs)

Query the ‘counter’ flag of the movie’s timecode format. If this is true, the timecode returned by the -timeCode flag will be a simple counter. If false, the returned timecode will be an array of integers (hours, minutes, seconds, frames).

Derived from mel command maya.cmds.imagePlane

getDropFrame(**kwargs)

Query the ‘drop frame’ flag of the movie’s timecode format.

Derived from mel command maya.cmds.imagePlane

getFrameDuration(**kwargs)

Query the frame duration of the movie’s timecode format.

Derived from mel command maya.cmds.imagePlane

getNegTimesOK(**kwargs)

Query the ‘neg times OK’ flag of the movie’s timecode format.

Derived from mel command maya.cmds.imagePlane

getNumFrames(**kwargs)

Query the whole number of frames per second of the movie’s timecode format.

Derived from mel command maya.cmds.imagePlane

getQuickTime(**kwargs)

Query whether the image plane is using a QuickTime movie.

Derived from mel command maya.cmds.imagePlane

getTimeCode(**kwargs)

Query the timecode of the current movie frame.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.imagePlane

getTimeCodeTrack(**kwargs)

Query whether the movie on the image plane has a timecode track.

Derived from mel command maya.cmds.imagePlane

getTimeScale(**kwargs)

Query the timescale of the movie’s timecode format.

Derived from mel command maya.cmds.imagePlane

getTwentyFourHourMax(**kwargs)

Query the ‘24 hour max’ flag of the movie’s timecode format.

Derived from mel command maya.cmds.imagePlane

Previous topic

pymel.core.nodetypes.IkSystem

Next topic

pymel.core.nodetypes.ImageSource

Core

Core Modules

Other Modules

This Page