|
Blender
V2.93
|
#include <usd.h>
Public Attributes | |
| bool | export_animation |
| bool | export_hair |
| bool | export_uvmaps |
| bool | export_normals |
| bool | export_materials |
| bool | selected_objects_only |
| bool | visible_objects_only |
| bool | use_instancing |
| enum eEvaluationMode | evaluation_mode |
| enum eEvaluationMode USDExportParams::evaluation_mode |
Definition at line 38 of file usd.h.
Referenced by blender::io::usd::USDGenericMeshWriter::is_supported(), and blender::io::usd::USDAbstractWriter::write_visibility().
| bool USDExportParams::export_animation |
Definition at line 31 of file usd.h.
Referenced by blender::io::usd::USDAbstractWriter::write().
| bool USDExportParams::export_hair |
Definition at line 32 of file usd.h.
Referenced by blender::io::usd::USDHierarchyIterator::create_hair_writer().
| bool USDExportParams::selected_objects_only |
Definition at line 36 of file usd.h.
Referenced by blender::io::usd::USDHierarchyIterator::mark_as_weak_export().
| bool USDExportParams::visible_objects_only |
Definition at line 37 of file usd.h.
Referenced by blender::io::usd::USDGenericMeshWriter::is_supported().