ActorInterval

Inheritance:

Methods of ActorInterval:

__init__
def __init__(self, actor, animName, loop=0, constrainedLoop=0, duration=None, startTime=None, endTime=None, startFrame=None, endFrame=None, playRate=1.0, name=None, forceUpdate=0, partName=None, lodName=None)

Undocumented function.

getCurrentFrame
def getCurrentFrame(self)

Calculate the current frame playing in this interval.
returns a float value between startFrame and endFrame, inclusive returns None if there are any problems

privFinalize
def privFinalize(self)

Undocumented function.

privStep
def privStep(self, t)

Undocumented function.

resetControls
def resetControls(self, partName, lodName=None)

Undocumented function.