Pose Library: Let asset view template activate poses on click

The asset view template and the pose library operators are now ready for
this.
This commit is contained in:
Julian Eisel 2021-03-26 17:42:40 +01:00
parent 66e77b34fa
commit 5c374ce2ad
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ class VIEW3D_PT_pose_library(Panel):
workspace,
"active_pose_asset_index",
filter_id_types={"filter_action"},
activate_operator="poselib.apply_pose_asset",
)