Pose Library: Update to use the asset shelf (when enabled) #104546
@ -41,7 +41,7 @@ class VIEW3D_AST_pose_library(bpy.types.AssetShelf):
|
|||||||
# XXX temporary design. Should be like this instead:
|
# XXX temporary design. Should be like this instead:
|
||||||
# bl_asset_traits = {"Action"}
|
# bl_asset_traits = {"Action"}
|
||||||
@classmethod
|
@classmethod
|
||||||
def asset_poll__(cls, asset: AssetHandle) -> bool:
|
def asset_poll_temp_api(cls, asset: AssetHandle) -> bool:
|
||||||
return asset.file_data.id_type == 'ACTION'
|
return asset.file_data.id_type == 'ACTION'
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user