Blender
V3.3
|
#include "COLLADABUPlatform.h"
#include "DocumentExporter.h"
#include "DocumentImporter.h"
#include "ExportSettings.h"
#include "ImportSettings.h"
#include "collada.h"
#include "BKE_context.h"
#include "BKE_scene.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_query.h"
#include "BLI_fileops.h"
#include "BLI_linklist.h"
Go to the source code of this file.
Functions | |
static void | print_import_header (ImportSettings &import_settings) |
static void | print_import_footer (int status) |
int | collada_import (bContext *C, ImportSettings *import_settings) |
int | collada_export (bContext *C, ExportSettings *export_settings) |
int collada_export | ( | bContext * | C, |
ExportSettings * | export_settings | ||
) |
Definition at line 57 of file collada.cpp.
References bc_bubble_sort_by_Object_name(), BKE_object_relational_superset(), BLI_linklist_count(), BLI_linklist_free(), C, ExportSettings::export_set, DocumentExporter::exportCurrentScene(), ExportSettings::include_armatures, ExportSettings::include_children, OB_REL_CHILDREN_RECURSIVE, OB_REL_MOD_ARMATURE, OB_REL_NONE, OB_SET_ALL, OB_SET_SELECTED, ExportSettings::selected, and ExportSettings::sort_by_name.
int collada_import | ( | bContext * | C, |
ImportSettings * | import_settings | ||
) |
Definition at line 47 of file collada.cpp.
References C, DocumentImporter::import(), print_import_footer(), and print_import_header().
|
static |
Definition at line 40 of file collada.cpp.
Referenced by collada_import().
|
static |
Definition at line 27 of file collada.cpp.
References ImportSettings::auto_connect, ImportSettings::filepath, ImportSettings::find_chains, ImportSettings::fix_orientation, ImportSettings::import_units, ImportSettings::keep_bind_info, and ImportSettings::min_chain_length.
Referenced by collada_import().