|
Blender
V2.93
|
Public Attributes | |
| Main * | bmain |
| Depsgraph * | depsgraph |
| wmWindowManager * | wm |
| char | filename [FILE_MAX] |
| USDExportParams | params |
| bool | export_ok |
Definition at line 51 of file usd_capi.cc.
| Main* blender::io::usd::ExportJobData::bmain |
Definition at line 52 of file usd_capi.cc.
Referenced by USD_export().
| Depsgraph* blender::io::usd::ExportJobData::depsgraph |
Definition at line 53 of file usd_capi.cc.
Referenced by USD_export().
| bool blender::io::usd::ExportJobData::export_ok |
Definition at line 59 of file usd_capi.cc.
Referenced by USD_export().
| char blender::io::usd::ExportJobData::filename[FILE_MAX] |
Definition at line 56 of file usd_capi.cc.
Referenced by USD_export().
| USDExportParams blender::io::usd::ExportJobData::params |
Definition at line 57 of file usd_capi.cc.
Referenced by USD_export().
| wmWindowManager* blender::io::usd::ExportJobData::wm |
Definition at line 54 of file usd_capi.cc.
Referenced by USD_export().