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

Public Attributes

Mainbmain
 
Scenescene
 
ViewLayerview_layer
 
wmWindowManagerwm
 
char filepath [1024]
 
USDImportParams params
 
ImportSettings settings
 
USDStageReaderarchive
 
short * stop
 
short * do_update
 
floatprogress
 
char error_code
 
bool was_canceled
 
bool import_ok
 
timeit::TimePoint start_time
 

Detailed Description

Definition at line 117 of file usd_capi_import.cc.

Member Data Documentation

◆ archive

USDStageReader* blender::io::usd::ImportJobData::archive

Definition at line 127 of file usd_capi_import.cc.

Referenced by USD_import().

◆ bmain

Main* blender::io::usd::ImportJobData::bmain

Definition at line 118 of file usd_capi_import.cc.

Referenced by USD_import().

◆ do_update

short* blender::io::usd::ImportJobData::do_update

Definition at line 130 of file usd_capi_import.cc.

◆ error_code

char blender::io::usd::ImportJobData::error_code

Definition at line 133 of file usd_capi_import.cc.

Referenced by USD_import().

◆ filepath

char blender::io::usd::ImportJobData::filepath[1024]

Definition at line 123 of file usd_capi_import.cc.

Referenced by USD_import().

◆ import_ok

bool blender::io::usd::ImportJobData::import_ok

Definition at line 135 of file usd_capi_import.cc.

Referenced by USD_import().

◆ params

USDImportParams blender::io::usd::ImportJobData::params

Definition at line 124 of file usd_capi_import.cc.

Referenced by USD_import().

◆ progress

float* blender::io::usd::ImportJobData::progress

Definition at line 131 of file usd_capi_import.cc.

◆ scene

Scene* blender::io::usd::ImportJobData::scene

Definition at line 119 of file usd_capi_import.cc.

Referenced by USD_import().

◆ settings

ImportSettings blender::io::usd::ImportJobData::settings

Definition at line 125 of file usd_capi_import.cc.

Referenced by USD_import().

◆ start_time

timeit::TimePoint blender::io::usd::ImportJobData::start_time

Definition at line 136 of file usd_capi_import.cc.

◆ stop

short* blender::io::usd::ImportJobData::stop

Definition at line 129 of file usd_capi_import.cc.

◆ view_layer

ViewLayer* blender::io::usd::ImportJobData::view_layer

Definition at line 120 of file usd_capi_import.cc.

Referenced by USD_import().

◆ was_canceled

bool blender::io::usd::ImportJobData::was_canceled

Definition at line 134 of file usd_capi_import.cc.

Referenced by USD_import().

◆ wm

wmWindowManager* blender::io::usd::ImportJobData::wm

Definition at line 121 of file usd_capi_import.cc.

Referenced by USD_import().


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