|
Blender V4.3
|
#include <ABC_alembic.h>
Public Attributes | |
| double | frame_start |
| double | frame_end |
| unsigned int | frame_samples_xform |
| unsigned int | frame_samples_shape |
| double | shutter_open |
| double | shutter_close |
| bool | selected_only |
| bool | uvs |
| bool | normals |
| bool | vcolors |
| bool | orcos |
| bool | apply_subdiv |
| bool | curves_as_mesh |
| bool | flatten_hierarchy |
| bool | visible_objects_only |
| bool | face_sets |
| bool | use_subdiv_schema |
| bool | packuv |
| bool | triangulate |
| bool | export_hair |
| bool | export_particles |
| bool | export_custom_properties |
| bool | use_instancing |
| enum eEvaluationMode | evaluation_mode |
| int | quad_method |
| int | ngon_method |
| float | global_scale |
| char | collection [MAX_IDPROP_NAME] = "" |
Definition at line 27 of file ABC_alembic.h.
| bool AlembicExportParams::apply_subdiv |
Definition at line 42 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCGenericMeshWriter::create_alembic_objects().
| char AlembicExportParams::collection[MAX_IDPROP_NAME] = "" |
Definition at line 63 of file ABC_alembic.h.
Referenced by blender::io::alembic::build_depsgraph().
| bool AlembicExportParams::curves_as_mesh |
Definition at line 43 of file ABC_alembic.h.
| enum eEvaluationMode AlembicExportParams::evaluation_mode |
Definition at line 54 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCGenericMeshWriter::is_supported(), and blender::io::alembic::ABCAbstractWriter::write_visibility().
| bool AlembicExportParams::export_custom_properties |
Definition at line 52 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCAbstractWriter::ensure_custom_properties_exporter().
| bool AlembicExportParams::export_hair |
Definition at line 50 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCHierarchyIterator::create_hair_writer().
| bool AlembicExportParams::export_particles |
Definition at line 51 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCHierarchyIterator::create_particle_writer().
| bool AlembicExportParams::face_sets |
Definition at line 46 of file ABC_alembic.h.
| bool AlembicExportParams::flatten_hierarchy |
Definition at line 44 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCHierarchyIterator::determine_graph_index_dupli(), and blender::io::alembic::ABCHierarchyIterator::determine_graph_index_object().
| double AlembicExportParams::frame_end |
Definition at line 29 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCAbstractWriter::write().
| unsigned int AlembicExportParams::frame_samples_shape |
Definition at line 32 of file ABC_alembic.h.
| unsigned int AlembicExportParams::frame_samples_xform |
Definition at line 31 of file ABC_alembic.h.
| double AlembicExportParams::frame_start |
Definition at line 28 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCAbstractWriter::write().
| float AlembicExportParams::global_scale |
Definition at line 61 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCTransformWriter::do_write().
| int AlembicExportParams::ngon_method |
Definition at line 59 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCGenericMeshWriter::do_write().
| bool AlembicExportParams::normals |
Definition at line 39 of file ABC_alembic.h.
| bool AlembicExportParams::orcos |
Definition at line 41 of file ABC_alembic.h.
| bool AlembicExportParams::packuv |
Definition at line 48 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCGenericMeshWriter::do_write().
| int AlembicExportParams::quad_method |
Definition at line 58 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCGenericMeshWriter::do_write().
| bool AlembicExportParams::selected_only |
Definition at line 37 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCHierarchyIterator::mark_as_weak_export().
| double AlembicExportParams::shutter_close |
Definition at line 35 of file ABC_alembic.h.
| double AlembicExportParams::shutter_open |
Definition at line 34 of file ABC_alembic.h.
| bool AlembicExportParams::triangulate |
Definition at line 49 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCGenericMeshWriter::do_write().
| bool AlembicExportParams::use_instancing |
Definition at line 53 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCHierarchyIterator::create_data_writer().
| bool AlembicExportParams::use_subdiv_schema |
Definition at line 47 of file ABC_alembic.h.
Referenced by blender::io::alembic::ABCGenericMeshWriter::create_alembic_objects().
| bool AlembicExportParams::uvs |
Definition at line 38 of file ABC_alembic.h.
| bool AlembicExportParams::vcolors |
Definition at line 40 of file ABC_alembic.h.
| bool AlembicExportParams::visible_objects_only |
Definition at line 45 of file ABC_alembic.h.
Referenced by blender::io::alembic::build_depsgraph(), and blender::io::alembic::ABCGenericMeshWriter::is_supported().