|
Blender V4.3
|
#include <stdlib.h>#include "ExportSettings.h"#include "ImportSettings.h"#include "BLI_linklist.h"#include "BLI_path_utils.hh"#include "RNA_types.hh"Go to the source code of this file.
Functions | |
| int | collada_import (struct bContext *C, ImportSettings *import_settings) |
| int | collada_export (struct bContext *C, ExportSettings *export_settings) |
| int collada_export | ( | struct bContext * | C, |
| ExportSettings * | export_settings ) |
Definition at line 60 of file collada.cpp.
References bc_bubble_sort_by_Object_name(), BKE_object_relational_superset(), BLI_linklist_count(), BLI_linklist_free(), 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 | ( | struct bContext * | C, |
| ImportSettings * | import_settings ) |
Definition at line 50 of file collada.cpp.
References DocumentImporter::import(), print_import_footer(), and print_import_header().