From 8dc2a86e4d7bbd9b906f9710b57c6d435a674b22 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 10 Dec 2009 11:30:51 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osgAnimation/Timeline.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/osgWrappers/osgAnimation/Timeline.cpp b/src/osgWrappers/osgAnimation/Timeline.cpp index 7ca818509..8cafe5b24 100644 --- a/src/osgWrappers/osgAnimation/Timeline.cpp +++ b/src/osgWrappers/osgAnimation/Timeline.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #include #include @@ -196,6 +197,11 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Timeline) __void__processPendingOperation, "", ""); + I_Method1(void, setAnimationManager, IN, osgAnimation::AnimationManagerBase *, x, + Properties::NON_VIRTUAL, + __void__setAnimationManager__AnimationManagerBase_P1, + "", + ""); I_ProtectedMethod1(void, internalRemoveAction, IN, osgAnimation::Action *, action, Properties::NON_VIRTUAL, Properties::NON_CONST, @@ -211,6 +217,9 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::Timeline) I_SimpleProperty(const osgAnimation::Timeline::ActionLayers &, ActionLayers, __C5_ActionLayers_R1__getActionLayers, 0); + I_SimpleProperty(osgAnimation::AnimationManagerBase *, AnimationManager, + 0, + __void__setAnimationManager__AnimationManagerBase_P1); I_SimpleProperty(unsigned int, CurrentFrame, __unsigned_int__getCurrentFrame, 0);