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

#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
 

Detailed Description

Definition at line 26 of file ABC_alembic.h.

Member Data Documentation

◆ apply_subdiv

bool AlembicExportParams::apply_subdiv

◆ curves_as_mesh

bool AlembicExportParams::curves_as_mesh

Definition at line 42 of file ABC_alembic.h.

◆ evaluation_mode

enum eEvaluationMode AlembicExportParams::evaluation_mode

◆ export_custom_properties

bool AlembicExportParams::export_custom_properties

◆ export_hair

bool AlembicExportParams::export_hair

◆ export_particles

bool AlembicExportParams::export_particles

◆ face_sets

bool AlembicExportParams::face_sets

Definition at line 45 of file ABC_alembic.h.

◆ flatten_hierarchy

bool AlembicExportParams::flatten_hierarchy

◆ frame_end

double AlembicExportParams::frame_end

Definition at line 28 of file ABC_alembic.h.

Referenced by blender::io::alembic::ABCAbstractWriter::write().

◆ frame_samples_shape

unsigned int AlembicExportParams::frame_samples_shape

Definition at line 31 of file ABC_alembic.h.

◆ frame_samples_xform

unsigned int AlembicExportParams::frame_samples_xform

Definition at line 30 of file ABC_alembic.h.

◆ frame_start

double AlembicExportParams::frame_start

Definition at line 27 of file ABC_alembic.h.

Referenced by blender::io::alembic::ABCAbstractWriter::write().

◆ global_scale

float AlembicExportParams::global_scale

Definition at line 60 of file ABC_alembic.h.

Referenced by blender::io::alembic::ABCTransformWriter::do_write().

◆ ngon_method

int AlembicExportParams::ngon_method

Definition at line 58 of file ABC_alembic.h.

Referenced by blender::io::alembic::ABCGenericMeshWriter::do_write().

◆ normals

bool AlembicExportParams::normals

Definition at line 38 of file ABC_alembic.h.

◆ orcos

bool AlembicExportParams::orcos

Definition at line 40 of file ABC_alembic.h.

◆ packuv

bool AlembicExportParams::packuv

Definition at line 47 of file ABC_alembic.h.

Referenced by blender::io::alembic::ABCGenericMeshWriter::do_write().

◆ quad_method

int AlembicExportParams::quad_method

Definition at line 57 of file ABC_alembic.h.

Referenced by blender::io::alembic::ABCGenericMeshWriter::do_write().

◆ selected_only

bool AlembicExportParams::selected_only

◆ shutter_close

double AlembicExportParams::shutter_close

Definition at line 34 of file ABC_alembic.h.

◆ shutter_open

double AlembicExportParams::shutter_open

Definition at line 33 of file ABC_alembic.h.

◆ triangulate

bool AlembicExportParams::triangulate

Definition at line 48 of file ABC_alembic.h.

Referenced by blender::io::alembic::ABCGenericMeshWriter::do_write().

◆ use_instancing

bool AlembicExportParams::use_instancing

◆ use_subdiv_schema

bool AlembicExportParams::use_subdiv_schema

◆ uvs

bool AlembicExportParams::uvs

Definition at line 37 of file ABC_alembic.h.

◆ vcolors

bool AlembicExportParams::vcolors

Definition at line 39 of file ABC_alembic.h.

◆ visible_objects_only

bool AlembicExportParams::visible_objects_only

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