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:
authorDalai Felinto <dalai@blender.org>2022-09-21 12:05:35 +0300
committerDalai Felinto <dalai@blender.org>2022-09-21 12:05:35 +0300
commit15593299f3d9164fe1c2ca91d317206a2b64ad6e (patch)
treedc7b9baeb81fac179dcdf9a0eea771bccce74929
parentae21319d7f7d3e779c25b08d07a1458d6c054560 (diff)
Revert "Cleanup: Fix warning unused variable 'mode' when doing make lite"
Sorry, this was working before I rebased. I believe the warning was fixed and the rebase still applied. The commit as it was introduced building problems This reverts commit ae21319d7f7d3e779c25b08d07a1458d6c054560.
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc
index e0e43ce9f0a..b3fc24ded68 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc
@@ -181,7 +181,6 @@ static void point_scatter_density_grid(const openvdb::FloatGrid &grid,
static void geo_node_distribute_points_in_volume_exec(GeoNodeExecParams params)
{
-#ifdef WITH_OPENVDB
GeometrySet geometry_set_in = params.extract_input<GeometrySet>("Volume");
#ifdef WITH_OPENVDB