Blender V2.61 - r43446
Public Member Functions

ArmatureExporter Class Reference

#include <ArmatureExporter.h>

Inheritance diagram for ArmatureExporter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ArmatureExporter (COLLADASW::StreamWriter *sw, const ExportSettings *export_settings)
void add_armature_bones (Object *ob_arm, Scene *sce)
bool is_skinned_mesh (Object *ob)
void add_instance_controller (Object *ob)
void export_controllers (Scene *sce)
void operator() (Object *ob)

Detailed Description

Definition at line 53 of file ArmatureExporter.h.


Constructor & Destructor Documentation

ArmatureExporter::ArmatureExporter ( COLLADASW::StreamWriter *  sw,
const ExportSettings export_settings 
)

Definition at line 50 of file ArmatureExporter.cpp.


Member Function Documentation

void ArmatureExporter::add_armature_bones ( Object ob_arm,
Scene sce 
)

Definition at line 53 of file ArmatureExporter.cpp.

References bArmature::bonebase, Object::data, and ListBase::first.

void ArmatureExporter::add_instance_controller ( Object ob)
void ArmatureExporter::export_controllers ( Scene sce)
bool ArmatureExporter::is_skinned_mesh ( Object ob)

Definition at line 64 of file ArmatureExporter.cpp.

References NULL.

void ArmatureExporter::operator() ( Object ob)

Definition at line 103 of file ArmatureExporter.cpp.


The documentation for this class was generated from the following files: