1
2
3
4
5
6
7
8
9
10
11
12from pyfbsdk import *
13
17scene = system.Scene
18
19
20track =
FBStoryTrack(FBStoryTrackType.kFBStoryTrackCharacter, story.RootFolder)
21
22
23track.Details.append(app.CurrentCharacter)
24
25
26clip = track.CopyTakeIntoTrack( system.CurrentTake.LocalTimeSpan, system.CurrentTake )
FBApplication is used mainly to manage files.
Definition: pyfbsdk_generated.h:801
Story Management class.
Definition: pyfbsdk_generated.h:17689
Story Track class.
Definition: pyfbsdk_generated.h:18315
Provides access to the underlying system, and the MotionBuilder scene.
Definition: pyfbsdk_generated.h:18771