Blender
V3.3
|
#include <abc_custom_props.h>
Public Member Functions | |
CustomPropertiesExporter (ABCAbstractWriter *owner) | |
virtual | ~CustomPropertiesExporter ()=default |
void | write_all (const IDProperty *group) |
template<typename ABCPropertyType > | |
OArrayProperty | create_abc_property (const StringRef property_name) |
Definition at line 28 of file abc_custom_props.h.
blender::io::alembic::CustomPropertiesExporter::CustomPropertiesExporter | ( | ABCAbstractWriter * | owner | ) |
Definition at line 34 of file abc_custom_props.cc.
|
virtualdefault |
OArrayProperty blender::io::alembic::CustomPropertiesExporter::create_abc_property | ( | const StringRef | property_name | ) |
Definition at line 233 of file abc_custom_props.cc.
References blender::io::alembic::ABCAbstractWriter::abc_prop_for_custom_props(), and blender::io::alembic::ABCAbstractWriter::timesample_index().
void blender::io::alembic::CustomPropertiesExporter::write_all | ( | const IDProperty * | group | ) |
Definition at line 38 of file abc_custom_props.cc.
References BLI_assert, IDProperty::data, IDPropertyData::group, IDP_GROUP, LISTBASE_FOREACH, and IDProperty::type.