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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-10-29 17:27:44 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-10-29 17:38:55 +0300
commit405980b1facff4a76e3661a412eab1d072d0236f (patch)
tree5ae5b79ac5bb91c2dc8d732531e7db4e67abee45 /source/blender/alembic/intern/abc_mesh.h
parent7530c54c3cf38016d9038e6879c8ee2b1bd14c9e (diff)
parent89eb05a8908130f8668e4c677d63f3d2b89e68bb (diff)
Merge branch 'master' into blender2.8
# Conflicts: # source/blender/alembic/intern/abc_exporter.cc # source/blender/alembic/intern/abc_exporter.h # source/blender/alembic/intern/alembic_capi.cc # tests/gtests/alembic/abc_export_test.cc
Diffstat (limited to 'source/blender/alembic/intern/abc_mesh.h')
-rw-r--r--source/blender/alembic/intern/abc_mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/alembic/intern/abc_mesh.h b/source/blender/alembic/intern/abc_mesh.h
index e0b2365e134..a08b7352d16 100644
--- a/source/blender/alembic/intern/abc_mesh.h
+++ b/source/blender/alembic/intern/abc_mesh.h
@@ -58,6 +58,7 @@ public:
ExportSettings &settings);
~AbcMeshWriter();
+ void setIsAnimated(bool is_animated);
private:
virtual void do_write();