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-20 16:24:48 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-20 16:30:13 +0300
commit52295dd4802c6a9ca05026d702cdc146efa6a293 (patch)
tree7a166092b2afee52d31d7fed35afb7ff5e87ec75 /source/blender/alembic/intern/abc_hair.h
parentee3faddfaaa1a624b708f32aefd557ff1761041b (diff)
Alembic export: don't show warning for every exported frame
The warning about not having a UV map is now only shown once per hair system.
Diffstat (limited to 'source/blender/alembic/intern/abc_hair.h')
-rw-r--r--source/blender/alembic/intern/abc_hair.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/alembic/intern/abc_hair.h b/source/blender/alembic/intern/abc_hair.h
index d132b60be12..61f5fe361f8 100644
--- a/source/blender/alembic/intern/abc_hair.h
+++ b/source/blender/alembic/intern/abc_hair.h
@@ -37,6 +37,8 @@ class AbcHairWriter : public AbcObjectWriter {
Alembic::AbcGeom::OCurvesSchema m_schema;
Alembic::AbcGeom::OCurvesSchema::Sample m_sample;
+ bool m_uv_warning_shown;
+
public:
AbcHairWriter(Scene *scene,
Object *ob,