|
Blender V5.0
|
Public Member Functions | |
| bool | targets_usdz () const |
| const char * | export_filepath () const |
Public Attributes | |
| Main * | bmain = nullptr |
| Depsgraph * | depsgraph = nullptr |
| wmWindowManager * | wm = nullptr |
| Scene * | scene = nullptr |
| char | unarchived_filepath [FILE_MAX] = {} |
| char | usdz_filepath [FILE_MAX] = {} |
| USDExportParams | params = {} |
| bool | export_ok = false |
| timeit::TimePoint | start_time = {} |
Definition at line 66 of file usd_capi_export.cc.
|
inline |
Definition at line 85 of file usd_capi_export.cc.
References targets_usdz(), unarchived_filepath, and usdz_filepath.
|
inline |
Definition at line 80 of file usd_capi_export.cc.
References usdz_filepath.
Referenced by export_filepath().
Definition at line 67 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
| Depsgraph* blender::io::usd::ExportJobData::depsgraph = nullptr |
Definition at line 68 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
| bool blender::io::usd::ExportJobData::export_ok = false |
Definition at line 77 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
| USDExportParams blender::io::usd::ExportJobData::params = {} |
Definition at line 75 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
Definition at line 70 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().
| timeit::TimePoint blender::io::usd::ExportJobData::start_time = {} |
Definition at line 78 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 73 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 74 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 = nullptr |
Definition at line 69 of file usd_capi_export.cc.
Referenced by blender::io::usd::USD_export().