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:
authorHans Goudey <h.goudey@me.com>2020-10-14 18:09:28 +0300
committerHans Goudey <h.goudey@me.com>2020-10-14 18:09:28 +0300
commit50d78116cd3d75167168786688e978805923c091 (patch)
tree9f2ac16288b79f1f1ceeeb14d6f1a25e55156156
parent1cf8a4e5ea5dc1e791c1b242d7d2d032dd194c78 (diff)
Fix warning for duplicate field in DNA defaults
Caused by a typo in rBd3b59d1358424371. Thanks to @ankitm for reporting.
-rw-r--r--source/blender/makesdna/DNA_fluid_defaults.h1
1 files changed, 0 insertions, 1 deletions
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, \