|
Blender V4.5
|
#include <cstdio>#include <cstdlib>#include "COLLADASWAsset.h"#include "COLLADASWCamera.h"#include "COLLADASWException.h"#include "COLLADASWScene.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "BLI_fileops.h"#include "BLI_path_utils.hh"#include "BLI_string.h"#include "BKE_animsys.h"#include "BKE_appdir.hh"#include "BKE_blender_version.h"#include "BKE_customdata.hh"#include "BKE_fcurve.hh"#include "ED_keyframing.hh"#include "RNA_access.hh"#include "DocumentExporter.h"#include "collada_internal.h"#include "collada_utils.h"#include "AnimationExporter.h"#include "ArmatureExporter.h"#include "CameraExporter.h"#include "ControllerExporter.h"#include "EffectExporter.h"#include "GeometryExporter.h"#include "ImageExporter.h"#include "LightExporter.h"#include "MaterialExporter.h"#include "SceneExporter.h"#include <cerrno>Go to the source code of this file.
Functions | |
| const char * | bc_CustomData_get_layer_name (const CustomData *data, const eCustomDataType type, int n) |
| const char * | bc_CustomData_get_active_layer_name (const CustomData *data, const eCustomDataType type) |
| static COLLADABU::NativeString | make_temp_filepath (const char *name, const char *extension) |
| const char * bc_CustomData_get_active_layer_name | ( | const CustomData * | data, |
| const eCustomDataType | type ) |
Definition at line 68 of file DocumentExporter.cpp.
References CustomData_get_active_layer_index(), and data.
Referenced by bc_get_active_uvlayer_name(), and getActiveUVLayerName().
| const char * bc_CustomData_get_layer_name | ( | const CustomData * | data, |
| const eCustomDataType | type, | ||
| int | n ) |
Definition at line 58 of file DocumentExporter.cpp.
References CustomData_get_layer_index(), and data.
Referenced by InstanceWriter::add_material_bindings(), bc_get_uvlayer_name(), GeometryExporter::create_mesh_primitive_list(), and GeometryExporter::createVertexColorSource().
|
static |
Definition at line 86 of file DocumentExporter.cpp.
References BKE_tempdir_session, BLI_path_extension_ensure(), BLI_path_join, and FILE_MAX.
Referenced by DocumentExporter::exportCurrentScene().