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:
-rw-r--r--pose_library/operators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pose_library/operators.py b/pose_library/operators.py
index 956a41a0..2032bf8b 100644
--- a/pose_library/operators.py
+++ b/pose_library/operators.py
@@ -310,7 +310,7 @@ class POSELIB_OT_paste_asset(Operator):
self.report({"INFO"}, "Pasted %d assets" % len(assets))
- bpy.ops.file.refresh()
+ bpy.ops.file.asset_library_refresh()
asset_browser_area = asset_browser.area_from_context(context)
if not asset_browser_area: