Blender V5.0
ExportJobData Struct Reference

Public Attributes

Mainbmain = nullptr
Depsgraph * depsgraph = nullptr
wmWindowManagerwm = nullptr
char filepath [FILE_MAX] = {}
AlembicExportParams params = {}
bool was_canceled = false
bool export_ok = false
blender::timeit::TimePoint start_time = {}

Detailed Description

Definition at line 37 of file abc_export_capi.cc.

Member Data Documentation

◆ bmain

Main* ExportJobData::bmain = nullptr

Definition at line 38 of file abc_export_capi.cc.

Referenced by ABC_export(), and blender::io::alembic::build_depsgraph().

◆ depsgraph

Depsgraph* ExportJobData::depsgraph = nullptr

Definition at line 39 of file abc_export_capi.cc.

Referenced by ABC_export(), and blender::io::alembic::build_depsgraph().

◆ export_ok

bool ExportJobData::export_ok = false

Definition at line 46 of file abc_export_capi.cc.

Referenced by ABC_export().

◆ filepath

char ExportJobData::filepath[FILE_MAX] = {}

Definition at line 42 of file abc_export_capi.cc.

Referenced by ABC_export().

◆ params

AlembicExportParams ExportJobData::params = {}

Definition at line 43 of file abc_export_capi.cc.

Referenced by ABC_export(), and blender::io::alembic::build_depsgraph().

◆ start_time

blender::timeit::TimePoint ExportJobData::start_time = {}

Definition at line 47 of file abc_export_capi.cc.

◆ was_canceled

bool ExportJobData::was_canceled = false

Definition at line 45 of file abc_export_capi.cc.

◆ wm

wmWindowManager* ExportJobData::wm = nullptr

Definition at line 40 of file abc_export_capi.cc.

Referenced by ABC_export().


The documentation for this struct was generated from the following file: