Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/alembic/ABC_alembic.h
| Show First 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | struct AlembicExportParams { | ||||
| bool visible_objects_only; | bool visible_objects_only; | ||||
| bool renderable_only; | bool renderable_only; | ||||
| bool face_sets; | bool face_sets; | ||||
| bool use_subdiv_schema; | bool use_subdiv_schema; | ||||
| bool packuv; | bool packuv; | ||||
| bool triangulate; | bool triangulate; | ||||
| bool export_hair; | bool export_hair; | ||||
| bool export_particles; | bool export_particles; | ||||
| bool export_custom_properties; | |||||
| bool use_instancing; | bool use_instancing; | ||||
| /* See MOD_TRIANGULATE_NGON_xxx and MOD_TRIANGULATE_QUAD_xxx | /* See MOD_TRIANGULATE_NGON_xxx and MOD_TRIANGULATE_QUAD_xxx | ||||
| * in DNA_modifier_types.h */ | * in DNA_modifier_types.h */ | ||||
| int quad_method; | int quad_method; | ||||
| int ngon_method; | int ngon_method; | ||||
| float global_scale; | float global_scale; | ||||
| ▲ Show 20 Lines • Show All 74 Lines • Show Last 20 Lines | |||||