[Bf-extensions-cvs] [5c374ce2] asset-browser-poselib: Pose Library: Let asset view template activate poses on click

Julian Eisel noreply at git.blender.org
Fri Mar 26 17:43:50 CET 2021


Commit: 5c374ce2add2aade27fa5fd414ad8eb118503eea
Author: Julian Eisel
Date:   Fri Mar 26 17:42:40 2021 +0100
Branches: asset-browser-poselib
https://developer.blender.org/rBA5c374ce2add2aade27fa5fd414ad8eb118503eea

Pose Library: Let asset view template activate poses on click

The asset view template and the pose library operators are now ready for
this.

===================================================================

M	pose_library/gui.py

===================================================================

diff --git a/pose_library/gui.py b/pose_library/gui.py
index 376ce44b..46d57c79 100644
--- a/pose_library/gui.py
+++ b/pose_library/gui.py
@@ -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",
             )



More information about the Bf-extensions-cvs mailing list