|
Blender
V3.3
|
#include "BKE_context.h"#include "BLI_path_util.h"#include "DEG_depsgraph.h"#include "IO_orientation.h"#include "IO_path_util_types.h"Go to the source code of this file.
Classes | |
| struct | OBJExportParams |
| struct | OBJImportParams |
Functions | |
| void | OBJ_import (bContext *C, const struct OBJImportParams *import_params) |
| void | OBJ_export (bContext *C, const struct OBJExportParams *export_params) |
| void OBJ_export | ( | bContext * | C, |
| const struct OBJExportParams * | export_params | ||
| ) |
Perform the full export process.
| void OBJ_import | ( | bContext * | C, |
| const struct OBJImportParams * | import_params | ||
| ) |
Perform the full import process. Import also changes the selection & the active object; callers need to update the UI bits if needed.