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-04-12 13:15:32 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-12 13:21:08 +0300
commit642728b3395a49895526348e7a8b294e72ef6dcf (patch)
treef36e9946884a68701479f54f079d8501dd6b0f6c /source/blender/alembic/intern/abc_transform.h
parentde3c98d62b1ec8e9ad9ea01cb85d47064751ba24 (diff)
Alembic export: fixed exporting as "flat"
This exports all objects in world coordinates without parenting.
Diffstat (limited to 'source/blender/alembic/intern/abc_transform.h')
-rw-r--r--source/blender/alembic/intern/abc_transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/alembic/intern/abc_transform.h b/source/blender/alembic/intern/abc_transform.h
index b55fa12dadf..714adc299c1 100644
--- a/source/blender/alembic/intern/abc_transform.h
+++ b/source/blender/alembic/intern/abc_transform.h
@@ -38,6 +38,7 @@ class AbcTransformWriter : public AbcObjectWriter {
bool m_is_animated;
bool m_visible;
+ bool m_inherits_xform;
public:
AbcTransformWriter(Object *ob,