Blender
V3.3
|
#include "BCAnimationCurve.h"
#include "BCSampleData.h"
#include "collada_utils.h"
#include "BKE_action.h"
#include "BKE_lib_id.h"
#include "BLI_math_rotation.h"
#include "DNA_action_types.h"
Go to the source code of this file.
Classes | |
class | BCAnimation |
class | BCSampleFrame |
class | BCSampleFrameContainer |
class | BCAnimationSampler |
Typedefs | |
typedef std::map< Object *, BCAnimation * > | BCAnimationObjectMap |
typedef std::map< int, BCSampleFrame > | BCSampleFrameMap |
typedef std::map<Object *, BCAnimation *> BCAnimationObjectMap |
Definition at line 53 of file BCAnimationSampler.h.
typedef std::map<int, BCSampleFrame> BCSampleFrameMap |
Definition at line 91 of file BCAnimationSampler.h.