|
Blender V5.0
|
#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 29 of file abc_custom_props.h.
| blender::io::alembic::CustomPropertiesExporter::CustomPropertiesExporter | ( | ABCAbstractWriter * | owner | ) |
Definition at line 33 of file abc_custom_props.cc.
|
virtualdefault |
| OArrayProperty blender::io::alembic::CustomPropertiesExporter::create_abc_property | ( | const StringRef | property_name | ) |
Definition at line 243 of file abc_custom_props.cc.
| void blender::io::alembic::CustomPropertiesExporter::write_all | ( | const IDProperty * | group | ) |
Definition at line 35 of file abc_custom_props.cc.
References BLI_assert, IDProperty::data, IDPropertyData::group, IDP_GROUP, LISTBASE_FOREACH, and IDProperty::type.