Blender V4.5
AnimationExporter.h File Reference
#include <cstdlib>
#include "BCAnimationCurve.h"
#include "DNA_action_types.h"
#include "DNA_armature_types.h"
#include "DNA_object_types.h"
#include "COLLADASWInputList.h"
#include "COLLADASWLibraryAnimations.h"
#include "COLLADASWSource.h"
#include "BCAnimationSampler.h"
#include <vector>

Go to the source code of this file.

Classes

class  AnimationExporter

Enumerations

enum  BC_animation_source_type { BC_SOURCE_TYPE_VALUE , BC_SOURCE_TYPE_ANGLE , BC_SOURCE_TYPE_TIMEFRAME }
enum  BC_global_rotation_type { BC_NO_ROTATION , BC_OBJECT_ROTATION , BC_DATA_ROTATION }

Enumeration Type Documentation

◆ BC_animation_source_type

Enumerator
BC_SOURCE_TYPE_VALUE 
BC_SOURCE_TYPE_ANGLE 
BC_SOURCE_TYPE_TIMEFRAME 

Definition at line 23 of file AnimationExporter.h.

◆ BC_global_rotation_type

Enumerator
BC_NO_ROTATION 
BC_OBJECT_ROTATION 
BC_DATA_ROTATION 

Definition at line 29 of file AnimationExporter.h.