diff --git a/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc b/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc index 21a130da8f9..cf9f04f3fe8 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc @@ -165,8 +165,6 @@ static void geo_node_instance_on_points_exec(GeoNodeExecParams params) GeometrySet geometry_set = params.extract_input("Points"); GeometrySet geometry_set_out; - geometry_set = geometry_set_realize_instances(geometry_set); - InstancesComponent &instances = geometry_set_out.get_component_for_write(); if (geometry_set.has()) {