Merge branch 'blender-v3.0-release'

This commit is contained in:
Julian Eisel 2021-11-23 19:02:12 +01:00
commit 9797a0c0bc
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class POSELIB_OT_paste_asset(Operator):
self.report({"INFO"}, "Pasted %d assets" % len(assets))
bpy.ops.file.asset_library_refresh()
bpy.ops.asset.library_refresh()
asset_browser_area = asset_browser.area_from_context(context)
if not asset_browser_area: