Merge branch 'blender-v3.0-release'
This commit is contained in:
@@ -3001,7 +3001,11 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
|
||||
),
|
||||
None,
|
||||
lambda context: (
|
||||
(_defs_view3d_generic.cursor,)
|
||||
(
|
||||
_defs_view3d_generic.cursor,
|
||||
None,
|
||||
*VIEW3D_PT_tools_active._tools_transform,
|
||||
)
|
||||
if context is None or context.pose_object
|
||||
else ()
|
||||
),
|
||||
|
Reference in New Issue
Block a user