Blender  V3.3
Classes | Namespaces | Enumerations | Functions
abc_customdata.h File Reference
#include <Alembic/Abc/All.h>
#include <Alembic/AbcGeom/All.h>
#include <map>

Go to the source code of this file.

Classes

struct  blender::io::alembic::UVSample
 
struct  blender::io::alembic::CDStreamConfig
 

Namespaces

 blender
 
 blender::io
 
 blender::io::alembic
 

Enumerations

enum  blender::io::alembic::AbcUvScope { blender::io::alembic::ABC_UV_SCOPE_NONE , blender::io::alembic::ABC_UV_SCOPE_LOOP , blender::io::alembic::ABC_UV_SCOPE_VERTEX }
 

Functions

const char * blender::io::alembic::get_uv_sample (UVSample &sample, const CDStreamConfig &config, CustomData *data)
 
void blender::io::alembic::write_generated_coordinates (const OCompoundProperty &prop, CDStreamConfig &config)
 
void blender::io::alembic::read_generated_coordinates (const ICompoundProperty &prop, const CDStreamConfig &config, const Alembic::Abc::ISampleSelector &iss)
 
void blender::io::alembic::write_custom_data (const OCompoundProperty &prop, CDStreamConfig &config, CustomData *data, int data_type)
 
void blender::io::alembic::read_custom_data (const std::string &iobject_full_name, const ICompoundProperty &prop, const CDStreamConfig &config, const Alembic::Abc::ISampleSelector &iss)
 
AbcUvScope blender::io::alembic::get_uv_scope (const Alembic::AbcGeom::GeometryScope scope, const CDStreamConfig &config, const Alembic::AbcGeom::UInt32ArraySamplePtr &indices)