Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2021-07-21 20:36:56 +0300
committerJulian Eisel <julian@blender.org>2021-07-21 20:36:56 +0300
commit4475cbd11a636382d57571e0f5dfeff1f90bd6b7 (patch)
tree6928fe6ceb897afdeae03cdbf195051de9cf05b2 /pose_library
parent692a15f3c50c57cc3b66115aa5f316aa290ddc0a (diff)
Pose Library: Update variable name after change in RNA
I just renamed this variable in DNA/RNA.
Diffstat (limited to 'pose_library')
-rw-r--r--pose_library/gui.py2
1 files changed, 1 insertions, 1 deletions
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,