|
Blender V4.3
|
#include <DocumentExporter.h>
Public Member Functions | |
| DocumentExporter (BlenderContext &blender_context, ExportSettings *export_settings) | |
| int | exportCurrentScene () |
Definition at line 17 of file DocumentExporter.h.
| DocumentExporter::DocumentExporter | ( | BlenderContext & | blender_context, |
| ExportSettings * | export_settings ) |
Definition at line 134 of file DocumentExporter.cpp.
| int DocumentExporter::exportCurrentScene | ( | ) |
Definition at line 164 of file DocumentExporter.cpp.
References bc_has_object_type(), BKE_blender_version_string(), BLI_copy(), BLI_delete(), BLI_rename_overwrite(), build_commit_date, build_commit_time, build_hash, clear_global_id_map(), e, ControllerExporter::export_controllers(), AnimationExporter::exportAnimations(), CamerasExporter::exportCameras(), EffectsExporter::exportEffects(), GeometryExporter::exportGeom(), ImagesExporter::exportImages(), LightsExporter::exportLights(), MaterialsExporter::exportMaterials(), SceneExporter::exportScene(), Scene::id, id_name(), make_temp_filepath(), 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(), scene, SNPRINTF, translate_id(), USER_UNIT_IMPERIAL, USER_UNIT_METRIC, and USER_UNIT_NONE.
Referenced by collada_export().