mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-16 15:35:05 +00:00
Spacebar Menu: remove old pose library from menu
The `VIEW3D_MT_pose_library` has been removed from Blender in rBa824c076b7b2.
This commit is contained in:
@ -88,7 +88,6 @@ class VIEW3D_MT_Pose(Menu):
|
||||
layout.menu("VIEW3D_MT_object_animation")
|
||||
layout.menu("VIEW3D_MT_pose_slide")
|
||||
layout.menu("VIEW3D_MT_pose_propagate")
|
||||
layout.menu("VIEW3D_MT_pose_library")
|
||||
layout.menu("VIEW3D_MT_pose_motion")
|
||||
layout.separator()
|
||||
layout.menu("VIEW3D_MT_pose_group")
|
||||
|
Reference in New Issue
Block a user