Blender
V3.3
|
Public Attributes | |
Main * | bmain |
Depsgraph * | depsgraph |
wmWindowManager * | wm |
char | filepath [FILE_MAX] |
USDExportParams | params |
bool | export_ok |
timeit::TimePoint | start_time |
Definition at line 37 of file usd_capi_export.cc.
Main* blender::io::usd::ExportJobData::bmain |
Definition at line 38 of file usd_capi_export.cc.
Referenced by USD_export().
Depsgraph* blender::io::usd::ExportJobData::depsgraph |
Definition at line 39 of file usd_capi_export.cc.
Referenced by USD_export().
bool blender::io::usd::ExportJobData::export_ok |
Definition at line 45 of file usd_capi_export.cc.
Referenced by USD_export().
char blender::io::usd::ExportJobData::filepath[FILE_MAX] |
Definition at line 42 of file usd_capi_export.cc.
Referenced by USD_export().
USDExportParams blender::io::usd::ExportJobData::params |
Definition at line 43 of file usd_capi_export.cc.
Referenced by USD_export().
timeit::TimePoint blender::io::usd::ExportJobData::start_time |
Definition at line 46 of file usd_capi_export.cc.
wmWindowManager* blender::io::usd::ExportJobData::wm |
Definition at line 40 of file usd_capi_export.cc.
Referenced by USD_export().