|
Blender V4.3
|
Public Member Functions | |
| bool | targets_usdz () const |
| const char * | export_filepath () const |
Public Attributes | |
| Main * | bmain |
| Depsgraph * | depsgraph |
| wmWindowManager * | wm |
| Scene * | scene |
| char | unarchived_filepath [FILE_MAX] |
| char | usdz_filepath [FILE_MAX] |
| USDExportParams | params |
| bool | export_ok |
| timeit::TimePoint | start_time |
Definition at line 62 of file usd_capi_export.cc.
|
inline |
Definition at line 81 of file usd_capi_export.cc.
References targets_usdz(), unarchived_filepath, and usdz_filepath.
|
inline |
Definition at line 76 of file usd_capi_export.cc.
References usdz_filepath.
Referenced by export_filepath().
| Main* blender::io::usd::ExportJobData::bmain |
Definition at line 63 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
| Depsgraph* blender::io::usd::ExportJobData::depsgraph |
Definition at line 64 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
| bool blender::io::usd::ExportJobData::export_ok |
Definition at line 73 of file usd_capi_export.cc.
Referenced by blender::io::usd::export_startjob(), and blender::io::usd::USD_export().
| USDExportParams blender::io::usd::ExportJobData::params |
Definition at line 71 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
| Scene* blender::io::usd::ExportJobData::scene |
Definition at line 66 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
| timeit::TimePoint blender::io::usd::ExportJobData::start_time |
Definition at line 74 of file usd_capi_export.cc.
| char blender::io::usd::ExportJobData::unarchived_filepath[FILE_MAX] |
Unarchived_filepath is used for USDA/USDC/USD export.
Definition at line 69 of file usd_capi_export.cc.
Referenced by blender::io::usd::create_temp_path_for_usdz_export(), export_filepath(), and blender::io::usd::set_job_filepath().
| char blender::io::usd::ExportJobData::usdz_filepath[FILE_MAX] |
Definition at line 70 of file usd_capi_export.cc.
Referenced by blender::io::usd::create_temp_path_for_usdz_export(), export_filepath(), blender::io::usd::set_job_filepath(), and targets_usdz().
| wmWindowManager* blender::io::usd::ExportJobData::wm |
Definition at line 65 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().