Geometry Nodes: don't realize instances in Instance on Points node

Part of T91672.
This commit is contained in:
Jacques Lucke
2021-09-28 17:46:20 +02:00
parent 330a04d7c7
commit 3acf3e9e2f

View File

@@ -165,8 +165,6 @@ static void geo_node_instance_on_points_exec(GeoNodeExecParams params)
GeometrySet geometry_set = params.extract_input<GeometrySet>("Points");
GeometrySet geometry_set_out;
geometry_set = geometry_set_realize_instances(geometry_set);
InstancesComponent &instances = geometry_set_out.get_component_for_write<InstancesComponent>();
if (geometry_set.has<MeshComponent>()) {