Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-09-14 17:47:22 +0300
committerHans Goudey <h.goudey@me.com>2020-09-14 17:47:22 +0300
commit3eae5f71d15e35f789996c185241275edd3125fa (patch)
tree6f05f1e4e640b3c8376986fe951b36a140e4fa58 /source/blender/io/alembic/exporter/abc_writer_points.cc
parent2dd0161860227394c3aec95e35d7cb75f5543884 (diff)
parent716ea15479895e56eb9f6d973aca88a5436d7efe (diff)
Merge branch 'master' into property-search-button-label-pointer
Diffstat (limited to 'source/blender/io/alembic/exporter/abc_writer_points.cc')
-rw-r--r--source/blender/io/alembic/exporter/abc_writer_points.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/io/alembic/exporter/abc_writer_points.cc b/source/blender/io/alembic/exporter/abc_writer_points.cc
index 83d33577b3b..557f580e8aa 100644
--- a/source/blender/io/alembic/exporter/abc_writer_points.cc
+++ b/source/blender/io/alembic/exporter/abc_writer_points.cc
@@ -58,6 +58,11 @@ Alembic::Abc::OObject ABCPointsWriter::get_alembic_object() const
return abc_points_;
}
+Alembic::Abc::OCompoundProperty ABCPointsWriter::abc_prop_for_custom_props()
+{
+ return abc_schema_prop_for_custom_props(abc_points_schema_);
+}
+
bool ABCPointsWriter::is_supported(const HierarchyContext *context) const
{
return ELEM(context->particle_system->part->type,