From 50d78116cd3d75167168786688e978805923c091 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 14 Oct 2020 10:09:28 -0500 Subject: Fix warning for duplicate field in DNA defaults Caused by a typo in rBd3b59d1358424371. Thanks to @ankitm for reporting. --- source/blender/makesdna/DNA_fluid_defaults.h | 1 - 1 file changed, 1 deletion(-) 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, \ -- cgit v1.2.3