Commit: d35121a79ca305abb328979727218bb5be7b953b Author: Hans Goudey Date: Sun Jan 1 18:42:09 2023 -0500 Branches: refactor-mesh-uv-map-generic https://developer.blender.org/rBd35121a79ca305abb328979727218bb5be7b953b
Cleanup: Remove newline =================================================================== M source/blender/editors/mesh/mesh_data.cc =================================================================== diff --git a/source/blender/editors/mesh/mesh_data.cc b/source/blender/editors/mesh/mesh_data.cc index 261239cefcc..512c69eedb2 100644 --- a/source/blender/editors/mesh/mesh_data.cc +++ b/source/blender/editors/mesh/mesh_data.cc @@ -265,7 +265,6 @@ int ED_mesh_uv_add( } char unique_name[MAX_CUSTOMDATA_LAYER_NAME]; - BKE_id_attribute_calc_unique_name(&me->id, name, unique_name); bool is_init = false; _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
