Pose Library: Update to use the asset shelf (when enabled) #104546

Merged
Julian Eisel merged 33 commits from asset-shelf into main 2023-08-04 15:00:21 +02:00
Showing only changes of commit c9f294930f - Show all commits

View File

@ -31,9 +31,6 @@ class VIEW3D_AST_pose_library(bpy.types.AssetShelf):
bl_space_type = "VIEW_3D"
bl_options = {'NO_ASSET_DRAG'}
# TODO flipped pose option?
# TODO create/copy poses?
@classmethod
def poll(cls, context: Context) -> bool:
return PoseLibraryPanel.poll(context)