[Bf-blender-cvs] [50d78116cd3] master: Fix warning for duplicate field in DNA defaults

Hans Goudey noreply at git.blender.org
Wed Oct 14 17:13:18 CEST 2020


Commit: 50d78116cd3d75167168786688e978805923c091
Author: Hans Goudey
Date:   Wed Oct 14 10:09:28 2020 -0500
Branches: master
https://developer.blender.org/rB50d78116cd3d75167168786688e978805923c091

Fix warning for duplicate field in DNA defaults

Caused by a typo in rBd3b59d1358424371. Thanks to @ankitm for reporting.

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

M	source/blender/makesdna/DNA_fluid_defaults.h

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

diff --git a/source/blender/makesdna/DNA_fluid_defaults.h b/source/blender/makesdna/DNA_fluid_defaults.h
index 4097e0d6bba..14ea874a674 100644
--- a/source/blender/makesdna/DNA_fluid_defaults.h
+++ b/source/blender/makesdna/DNA_fluid_defaults.h
@@ -194,7 +194,6 @@
     .gridlines_color_field = 0, \
     .gridlines_cell_filter = FLUID_CELL_TYPE_NONE, \
     .openvdb_compression = VDB_COMPRESSION_BLOSC, \
-    .openvdb_compression = VDB_COMPRESSION_ZIP, \
     .clipping = 1e-6f, \
     .openvdb_data_depth = 0, \
     .viewsettings = 0, \



More information about the Bf-blender-cvs mailing list