14 from pyfbsdk_additions
import *
18 def PopulateLayout(mainLyt):
27 mainLyt.AddRegion(
"FCurveEditor",
"FCurveEditor", x, y, w, h)
29 mainLyt.SetControl(
"FCurveEditor",Editor)
32 FCurve =
FBFCurve().CreateInterpolatorCurve( FBInterpolatorCurveType.kFBInterpolatorCurveSmoothOut )
33 AnimationNode.FCurve = FCurve
34 Editor.AddAnimationNode( AnimationNode )