[Bf-extensions-cvs] [4475cbd1] master: Pose Library: Update variable name after change in RNA

Julian Eisel noreply at git.blender.org
Wed Jul 21 19:38:21 CEST 2021


Commit: 4475cbd11a636382d57571e0f5dfeff1f90bd6b7
Author: Julian Eisel
Date:   Wed Jul 21 19:36:56 2021 +0200
Branches: master
https://developer.blender.org/rBA4475cbd11a636382d57571e0f5dfeff1f90bd6b7

Pose Library: Update variable name after change in RNA

I just renamed this variable in DNA/RNA.

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

M	pose_library/gui.py

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

diff --git a/pose_library/gui.py b/pose_library/gui.py
index 8c9c6819..6449675c 100644
--- a/pose_library/gui.py
+++ b/pose_library/gui.py
@@ -60,7 +60,7 @@ class VIEW3D_PT_pose_library(Panel):
             activate_op_props, drag_op_props = layout.template_asset_view(
                 "pose_assets",
                 workspace,
-                "active_asset_library",
+                "asset_library",
                 wm,
                 "pose_assets",
                 workspace,



More information about the Bf-extensions-cvs mailing list