Blender
V3.3
|
#include "BLI_path_util.h"
#include "BLI_timeit.hh"
#include "IO_wavefront_obj.h"
#include "obj_exporter.hh"
#include "obj_importer.hh"
Go to the source code of this file.
Functions | |
static void | report_duration (const char *job, const TimePoint &start_time, const char *path) |
void | OBJ_export (bContext *C, const OBJExportParams *export_params) |
void | OBJ_import (bContext *C, const OBJImportParams *import_params) |
void OBJ_export | ( | bContext * | C, |
const OBJExportParams * | export_params | ||
) |
Definition at line 25 of file IO_wavefront_obj.cc.
References C, blender::io::obj::exporter_main(), OBJExportParams::filepath, and report_duration().
void OBJ_import | ( | bContext * | C, |
const OBJImportParams * | import_params | ||
) |
Definition at line 32 of file IO_wavefront_obj.cc.
References C, OBJImportParams::filepath, blender::io::obj::importer_main(), and report_duration().
|
static |
Definition at line 17 of file IO_wavefront_obj.cc.
References BLI_path_basename(), and blender::timeit::print_duration().
Referenced by OBJ_export(), and OBJ_import().