Merge branch 'blender-v4.3-release'

This commit is contained in:
Thomas Dinges
2024-11-19 10:05:45 +01:00

View File

@@ -469,7 +469,7 @@ static bool view3d_selectable_data(bContext *C)
return BKE_paint_select_elem_test(ob);
}
if (ob->mode & OB_MODE_WEIGHT_PAINT) {
return BKE_paint_select_elem_test(ob) && BKE_object_pose_armature_get_with_wpaint_check(ob);
return BKE_paint_select_elem_test(ob) || BKE_object_pose_armature_get_with_wpaint_check(ob);
}
}