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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2016-09-23 20:45:06 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2016-09-23 20:45:33 +0300
commit25b61662f5b4c9d04a43611927e7748a046f35db (patch)
tree19892f483119abb0e590c14d9fb6b8524afcb6c4 /source/blender/alembic
parentc3b754f9bdd379acee1a5d6042b8d46cde4b18ad (diff)
Quiet warning.
Diffstat (limited to 'source/blender/alembic')
-rw-r--r--source/blender/alembic/intern/abc_exporter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/alembic/intern/abc_exporter.cc b/source/blender/alembic/intern/abc_exporter.cc
index a31122b7cd0..d259721e192 100644
--- a/source/blender/alembic/intern/abc_exporter.cc
+++ b/source/blender/alembic/intern/abc_exporter.cc
@@ -87,10 +87,10 @@ ExportSettings::ExportSettings()
, export_child_hairs(true)
, export_ogawa(true)
, pack_uv(false)
- , do_convert_axis(false)
, triangulate(false)
, quad_method(0)
, ngon_method(0)
+ , do_convert_axis(false)
{}
static bool object_is_smoke_sim(Object *ob)