Cleanup: unused Python variables & imports

This commit is contained in:
2022-03-04 11:03:36 +11:00
parent 6bca614fd8
commit 0a4fdcbb5f
13 changed files with 16 additions and 37 deletions

View File

@@ -694,9 +694,6 @@ class ASSETBROWSER_PT_metadata(asset_utils.AssetBrowserPanel, Panel):
layout.label(text="No active asset", icon='INFO')
return
asset_library_ref = context.asset_library_ref
asset_lib_path = bpy.types.AssetHandle.get_full_library_path(asset_file_handle, asset_library_ref)
prefs = context.preferences
show_asset_debug_info = prefs.view.show_developer_ui and prefs.experimental.show_asset_debug_info