Blender  V3.3
Public Attributes | List of all members
blender::io::usd::ExportJobData Struct Reference

Public Attributes

Mainbmain
 
Depsgraphdepsgraph
 
wmWindowManagerwm
 
char filepath [FILE_MAX]
 
USDExportParams params
 
bool export_ok
 
timeit::TimePoint start_time
 

Detailed Description

Definition at line 37 of file usd_capi_export.cc.

Member Data Documentation

◆ bmain

Main* blender::io::usd::ExportJobData::bmain

Definition at line 38 of file usd_capi_export.cc.

Referenced by USD_export().

◆ depsgraph

Depsgraph* blender::io::usd::ExportJobData::depsgraph

Definition at line 39 of file usd_capi_export.cc.

Referenced by USD_export().

◆ export_ok

bool blender::io::usd::ExportJobData::export_ok

Definition at line 45 of file usd_capi_export.cc.

Referenced by USD_export().

◆ filepath

char blender::io::usd::ExportJobData::filepath[FILE_MAX]

Definition at line 42 of file usd_capi_export.cc.

Referenced by USD_export().

◆ params

USDExportParams blender::io::usd::ExportJobData::params

Definition at line 43 of file usd_capi_export.cc.

Referenced by USD_export().

◆ start_time

timeit::TimePoint blender::io::usd::ExportJobData::start_time

Definition at line 46 of file usd_capi_export.cc.

◆ wm

wmWindowManager* blender::io::usd::ExportJobData::wm

Definition at line 40 of file usd_capi_export.cc.

Referenced by USD_export().


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