Blender  V3.3
Public Attributes | List of all members
USDImportParams Struct Reference

#include <usd.h>

Public Attributes

float scale
 
bool is_sequence
 
bool set_frame_range
 
int sequence_len
 
int offset
 
bool validate_meshes
 
char mesh_read_flag
 
bool import_cameras
 
bool import_curves
 
bool import_lights
 
bool import_materials
 
bool import_meshes
 
bool import_volumes
 
char * prim_path_mask
 
bool import_subdiv
 
bool import_instance_proxies
 
bool create_collection
 
bool import_guide
 
bool import_proxy
 
bool import_render
 
bool import_visible_only
 
bool use_instancing
 
bool import_usd_preview
 
bool set_material_blend
 
float light_intensity_scale
 
eUSDMtlNameCollisionMode mtl_name_collision_mode
 

Detailed Description

Definition at line 41 of file usd.h.

Member Data Documentation

◆ create_collection

bool USDImportParams::create_collection

Definition at line 58 of file usd.h.

◆ import_cameras

bool USDImportParams::import_cameras

Definition at line 49 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader_if_allowed().

◆ import_curves

bool USDImportParams::import_curves

Definition at line 50 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader_if_allowed().

◆ import_guide

bool USDImportParams::import_guide

Definition at line 59 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader().

◆ import_instance_proxies

bool USDImportParams::import_instance_proxies

Definition at line 57 of file usd.h.

◆ import_lights

bool USDImportParams::import_lights

Definition at line 51 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader_if_allowed().

◆ import_materials

bool USDImportParams::import_materials

Definition at line 52 of file usd.h.

Referenced by blender::io::usd::USDMeshReader::read_mesh().

◆ import_meshes

bool USDImportParams::import_meshes

Definition at line 53 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader_if_allowed().

◆ import_proxy

bool USDImportParams::import_proxy

Definition at line 60 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader().

◆ import_render

bool USDImportParams::import_render

Definition at line 61 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader().

◆ import_subdiv

bool USDImportParams::import_subdiv

Definition at line 56 of file usd.h.

Referenced by blender::io::usd::USDMeshReader::read_object_data().

◆ import_usd_preview

bool USDImportParams::import_usd_preview

Definition at line 64 of file usd.h.

Referenced by blender::io::usd::USDMaterialReader::add_material().

◆ import_visible_only

bool USDImportParams::import_visible_only

Definition at line 62 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader().

◆ import_volumes

bool USDImportParams::import_volumes

Definition at line 54 of file usd.h.

Referenced by blender::io::usd::USDStageReader::create_reader_if_allowed().

◆ is_sequence

bool USDImportParams::is_sequence

Definition at line 43 of file usd.h.

◆ light_intensity_scale

float USDImportParams::light_intensity_scale

Definition at line 66 of file usd.h.

Referenced by blender::io::usd::USDLightReader::read_object_data().

◆ mesh_read_flag

char USDImportParams::mesh_read_flag

◆ mtl_name_collision_mode

eUSDMtlNameCollisionMode USDImportParams::mtl_name_collision_mode

Definition at line 67 of file usd.h.

◆ offset

int USDImportParams::offset

Definition at line 46 of file usd.h.

◆ prim_path_mask

char* USDImportParams::prim_path_mask

Definition at line 55 of file usd.h.

Referenced by blender::io::usd::USDStageReader::collect_readers().

◆ scale

float USDImportParams::scale

Definition at line 42 of file usd.h.

Referenced by blender::io::usd::USDXformReader::read_object_data().

◆ sequence_len

int USDImportParams::sequence_len

Definition at line 45 of file usd.h.

◆ set_frame_range

bool USDImportParams::set_frame_range

Definition at line 44 of file usd.h.

◆ set_material_blend

bool USDImportParams::set_material_blend

Definition at line 65 of file usd.h.

Referenced by blender::io::usd::USDMaterialReader::import_usd_preview().

◆ use_instancing

bool USDImportParams::use_instancing

Definition at line 63 of file usd.h.

◆ validate_meshes

bool USDImportParams::validate_meshes

Definition at line 47 of file usd.h.


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