Merge branch 'blender-v4.4-release'
This commit is contained in:
@@ -255,7 +255,7 @@ void ED_armature_bone_rename(Main *bmain,
|
||||
}
|
||||
|
||||
if (BKE_modifiers_uses_armature(ob, arm) && BKE_object_supports_vertex_groups(ob)) {
|
||||
if (bDeformGroup *existing_dg = BKE_object_defgroup_find_name(ob, newname)) {
|
||||
if (BKE_object_defgroup_find_name(ob, newname)) {
|
||||
WM_reportf(
|
||||
eReportType::RPT_WARNING,
|
||||
"%s (%s::%s)",
|
||||
|
||||
Reference in New Issue
Block a user