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:
Diffstat (limited to 'source/blender/nodes/geometry/nodes/node_geo_distribute_points_in_volume.cc')
-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