Merge branch 'blender-v4.1-release'

This commit is contained in:
Campbell Barton
2024-02-29 18:15:50 +11:00
2 changed files with 54 additions and 20 deletions

View File

@@ -1672,7 +1672,7 @@ class _defs_weight_paint:
ob.data.use_paint_mask_vertex)):
return VIEW3D_PT_tools_active._tools_select
elif context.pose_object:
return (_defs_view3d_select.select,)
return VIEW3D_PT_tools_active._tools_select
return ()
@staticmethod