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

Public Attributes

Mainbmain
 
Depsgraphdepsgraph
 
wmWindowManagerwm
 
char filename [FILE_MAX]
 
USDExportParams params
 
bool export_ok
 

Detailed Description

Definition at line 51 of file usd_capi.cc.

Member Data Documentation

◆ bmain

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

Definition at line 52 of file usd_capi.cc.

Referenced by USD_export().

◆ depsgraph

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

Definition at line 53 of file usd_capi.cc.

Referenced by USD_export().

◆ export_ok

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

Definition at line 59 of file usd_capi.cc.

Referenced by USD_export().

◆ filename

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

Definition at line 56 of file usd_capi.cc.

Referenced by USD_export().

◆ params

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

Definition at line 57 of file usd_capi.cc.

Referenced by USD_export().

◆ wm

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

Definition at line 54 of file usd_capi.cc.

Referenced by USD_export().


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