FBPropertyStateEventType Class Reference

FBPropertyStateEventType Class Reference

#include <mobu-python-api.h>

Class Description

This enum indicates what modification was made to the animation of a tracked property.

+ Inheritance diagram for FBPropertyStateEventType:

Public Attributes

object kFBPropertyStateEventTypeUnknownOperation
 Invalid event. More...
 
object kFBPropertyStateEventTypeAttached
 Property connector was added (can happen when undoing a delete operation, which set back the property active in the scene) More...
 
object kFBPropertyStateEventTypeDetached
 Property connector was detached (property animation was delete from the scene, but it still keep in case an undo operation is done) More...
 
object kFBPropertyStateEventTypeDestroyed
 Property connector was destroyed (property animation was deleted) More...
 
object kFBPropertyStateEventTypeMassOperation
 Property was heavily modified (switching to story tool, story clip deleted...) More...
 

Member Data Documentation

object kFBPropertyStateEventTypeAttached

Property connector was added (can happen when undoing a delete operation, which set back the property active in the scene)

object kFBPropertyStateEventTypeDestroyed

Property connector was destroyed (property animation was deleted)

object kFBPropertyStateEventTypeDetached

Property connector was detached (property animation was delete from the scene, but it still keep in case an undo operation is done)

object kFBPropertyStateEventTypeMassOperation

Property was heavily modified (switching to story tool, story clip deleted...)

object kFBPropertyStateEventTypeUnknownOperation

Invalid event.