@@ -33,6 +33,4 @@ struct RealizeInstancesOptions {
|
||||
*/
|
||||
GeometrySet realize_instances(GeometrySet geometry_set, const RealizeInstancesOptions &options);
|
||||
|
||||
GeometrySet realize_instances_legacy(GeometrySet geometry_set);
|
||||
|
||||
} // namespace blender::geometry
|
||||
|
||||
@@ -1378,14 +1378,6 @@ GeometrySet realize_instances(GeometrySet geometry_set, const RealizeInstancesOp
|
||||
return new_geometry_set;
|
||||
}
|
||||
|
||||
GeometrySet realize_instances_legacy(GeometrySet geometry_set)
|
||||
{
|
||||
RealizeInstancesOptions options;
|
||||
options.keep_original_ids = true;
|
||||
options.realize_instance_attributes = false;
|
||||
return realize_instances(std::move(geometry_set), options);
|
||||
}
|
||||
|
||||
/** \} */
|
||||
|
||||
} // namespace blender::geometry
|
||||
|
||||
Reference in New Issue
Block a user