[Bf-blender-cvs] [25b6166] master: Quiet warning.

Kévin Dietrich noreply at git.blender.org
Fri Sep 23 19:47:20 CEST 2016


Commit: 25b61662f5b4c9d04a43611927e7748a046f35db
Author: Kévin Dietrich
Date:   Fri Sep 23 19:45:06 2016 +0200
Branches: master
https://developer.blender.org/rB25b61662f5b4c9d04a43611927e7748a046f35db

Quiet warning.

===================================================================

M	source/blender/alembic/intern/abc_exporter.cc

===================================================================

diff --git a/source/blender/alembic/intern/abc_exporter.cc b/source/blender/alembic/intern/abc_exporter.cc
index a31122b..d259721 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)




More information about the Bf-blender-cvs mailing list