Skip to content
Snippets Groups Projects
Commit f245feac authored by Julian Eisel's avatar Julian Eisel
Browse files

Pose Library: Adopt to new asset browser refresh operator

The new operator introduced in rBdcdbaf89bd11 needs to be used here now.
parent 6722d41b
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment