|
Blender
V2.59
|
#include <DocumentExporter.h>
Public Member Functions | |
| void | exportCurrentScene (Scene *sce, const char *filename, bool selected) |
| void | exportScenes (const char *filename) |
Definition at line 34 of file DocumentExporter.h.
| void DocumentExporter::exportCurrentScene | ( | Scene * | sce, |
| const char * | filename, | ||
| bool | selected | ||
| ) |
Definition at line 935 of file DocumentExporter.cpp.
References BLENDER_SUBVERSION, BLENDER_VERSION, build_rev, clear_global_id_map(), ArmatureExporter::export_controllers(), AnimationExporter::exportAnimations(), CamerasExporter::exportCameras(), EffectsExporter::exportEffects(), GeometryExporter::exportGeom(), ImagesExporter::exportImages(), LightsExporter::exportLights(), MaterialsExporter::exportMaterials(), SceneExporter::exportScene(), has_object_type(), Scene::id, id_name(), OB_ARMATURE, OB_CAMERA, OB_LAMP, OB_MESH, RNA_float_get(), RNA_id_pointer_create(), RNA_pointer_get(), RNA_property_enum_get(), RNA_struct_find_property(), translate_id(), USER_UNIT_IMPERIAL, USER_UNIT_METRIC, and USER_UNIT_NONE.
Referenced by collada_export().
| void DocumentExporter::exportScenes | ( | const char * | filename | ) |
Definition at line 1069 of file DocumentExporter.cpp.