|
Blender V5.0
|
#include "BLI_timeit.hh"#include "BKE_context.hh"#include "BKE_layer.hh"#include "IO_fbx.hh"#include "fbx_import.hh"#include <fmt/core.h>Go to the source code of this file.
Functions | |
| static void | report_duration (const char *job, const TimePoint &start_time, const char *path) |
| void | FBX_import (bContext *C, const FBXImportParams ¶ms) |
| void FBX_import | ( | bContext * | C, |
| const FBXImportParams & | params ) |
Definition at line 29 of file IO_fbx.cc.
References C, CTX_data_main(), CTX_data_scene(), CTX_data_view_layer(), blender::io::fbx::importer_main(), params, and report_duration().
|
static |
Definition at line 21 of file IO_fbx.cc.
References BLI_path_basename(), and blender::timeit::print_duration().
Referenced by FBX_import().