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:
-rw-r--r--source/blender/io/alembic/intern/abc_customdata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/io/alembic/intern/abc_customdata.h b/source/blender/io/alembic/intern/abc_customdata.h
index 5586326394c..54c15cd02e5 100644
--- a/source/blender/io/alembic/intern/abc_customdata.h
+++ b/source/blender/io/alembic/intern/abc_customdata.h
@@ -182,4 +182,6 @@ void read_arbitrary_attributes(const CDStreamConfig &config,
const Alembic::Abc::ISampleSelector &sample_sel,
float velocity_scale);
+bool has_animated_attributes(const ICompoundProperty &arb_geom_params);
+
} // namespace blender::io::alembic