|
Blender
V3.3
|
Public Attributes | |
| Main * | bmain |
| Depsgraph * | depsgraph |
| wmWindowManager * | wm |
| char | filename [FILE_MAX] |
| AlembicExportParams | params |
| bool | was_canceled |
| bool | export_ok |
| blender::timeit::TimePoint | start_time |
Definition at line 38 of file abc_export_capi.cc.
| Main* ExportJobData::bmain |
Definition at line 39 of file abc_export_capi.cc.
Referenced by ABC_export().
| Depsgraph* ExportJobData::depsgraph |
Definition at line 40 of file abc_export_capi.cc.
Referenced by ABC_export().
| bool ExportJobData::export_ok |
Definition at line 47 of file abc_export_capi.cc.
Referenced by ABC_export().
| char ExportJobData::filename[FILE_MAX] |
Definition at line 43 of file abc_export_capi.cc.
Referenced by ABC_export().
| AlembicExportParams ExportJobData::params |
Definition at line 44 of file abc_export_capi.cc.
Referenced by ABC_export().
| blender::timeit::TimePoint ExportJobData::start_time |
Definition at line 48 of file abc_export_capi.cc.
| bool ExportJobData::was_canceled |
Definition at line 46 of file abc_export_capi.cc.
| wmWindowManager* ExportJobData::wm |
Definition at line 41 of file abc_export_capi.cc.
Referenced by ABC_export().