Pose Library: Update to use the asset shelf (when enabled) #104546
@ -32,6 +32,8 @@ class PoseLibraryPanel:
|
||||
|
||||
class VIEW3D_AST_pose_library(bpy.types.AssetShelf):
|
||||
bl_space_type = "VIEW_3D"
|
||||
# We have own keymap items to add custom drag behavior (pose blending), disable the default
|
||||
# asset dragging.
|
||||
bl_options = {'NO_ASSET_DRAG'}
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user