|
Blender
V2.93
|
Public Attributes | |
| Main * | bmain |
| Depsgraph * | depsgraph |
| wmWindowManager * | wm |
| char | filename [FILE_MAX] |
| AlembicExportParams | params |
| bool | was_canceled |
| bool | export_ok |
Definition at line 53 of file abc_export_capi.cc.
| Main* ExportJobData::bmain |
Definition at line 54 of file abc_export_capi.cc.
Referenced by ABC_export().
| Depsgraph* ExportJobData::depsgraph |
Definition at line 55 of file abc_export_capi.cc.
Referenced by ABC_export().
| bool ExportJobData::export_ok |
Definition at line 62 of file abc_export_capi.cc.
Referenced by ABC_export().
| char ExportJobData::filename[FILE_MAX] |
Definition at line 58 of file abc_export_capi.cc.
Referenced by ABC_export().
| AlembicExportParams ExportJobData::params |
Definition at line 59 of file abc_export_capi.cc.
Referenced by ABC_export().
| bool ExportJobData::was_canceled |
Definition at line 61 of file abc_export_capi.cc.
| wmWindowManager* ExportJobData::wm |
Definition at line 56 of file abc_export_capi.cc.
Referenced by ABC_export().