Blender V2.61 - r43446
|
#include "COLLADABUPlatform.h"
#include "ExportSettings.h"
#include "DocumentExporter.h"
#include "DocumentImporter.h"
#include "BKE_scene.h"
#include "BKE_context.h"
#include "BLI_fileops.h"
#include "BLI_path_util.h"
Go to the source code of this file.
Functions | |
int | collada_import (bContext *C, const char *filepath) |
int | collada_export (Scene *sce, const char *filepath, int selected) |
Definition in file collada.cpp.
int collada_export | ( | Scene * | sce, |
const char * | filepath, | ||
int | selected | ||
) |
Definition at line 52 of file collada.cpp.
References BLI_exists(), BLI_file_touch(), BLI_make_existing_file(), DocumentExporter::exportCurrentScene(), ExportSettings::filepath, and ExportSettings::selected.
int collada_import | ( | bContext * | C, |
const char * | filepath | ||
) |
Definition at line 44 of file collada.cpp.
References DocumentImporter::import().