This reference page is linked to from the following overview topics: MotionBuilder 2014, MotionBuilder 2013.
Story Folder class.
With folders, you can group tracks together and create different timelines.
#include <fbstory.h>
Public Member Functions | |
FBStoryFolder (FBStoryFolder *pParentFolder=NULL, HIObject pObject=NULL) | |
Constructor. | |
virtual void | FBDelete () |
Virtual FBDelete function. | |
void | Load (bool pLoad) |
Allow to load/unload all story clips under this folder. | |
Public Attributes | |
FBPropertyString | Label |
Read Write Property: Label to display for this story folder. | |
FBPropertyBool | Collapsed |
Read Write Property: Toggle to collapse or expand the story folder. | |
FBPropertyBool | Solo |
Read Write Property: If true, this story folder will be the only one to play. | |
FBPropertyBool | Mute |
Read Write Property: If true, this story folder will be muted. | |
FBPropertyString | RecordClipPath |
Read Write Property: Path for story recording. | |
FBPropertyStoryFolder | Parent |
Read Only Property: Object pointing to the folder's parent. | |
FBPropertyListStoryFolder | Childs |
List: Children folders of this folder. | |
FBPropertyListStoryTrack | Tracks |
List: Tracks of this folder. |
FBStoryFolder | ( | FBStoryFolder * | pParentFolder = NULL , |
HIObject | pObject = NULL |
||
) |
Constructor.
pParentFolder | If NULL, parent will be the global root folder, according to its type. |
pObject | For internal use only. |
virtual void FBDelete | ( | ) | [virtual] |
void Load | ( | bool | pLoad | ) |
Allow to load/unload all story clips under this folder.
Read Write Property: Label to display for this story folder.
Read Write Property: Toggle to collapse or expand the story folder.
Read Write Property: If true, this story folder will be the only one to play.
Read Write Property: If true, this story folder will be muted.
Read Write Property: Path for story recording.
Can be relative or full path.
FBPropertyStoryFolder Parent |
Read Only Property: Object pointing to the folder's parent.
List: Children folders of this folder.