mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
comment out unused variables
This commit is contained in:
parent
87907b550b
commit
b28f4b0ff1
1 changed files with 3 additions and 3 deletions
|
|
@ -780,7 +780,7 @@ class SceneInventoryView(QtWidgets.QTreeView):
|
|||
project_names.add(project_name)
|
||||
repre_ids_by_project[project_name].add(repre_id)
|
||||
|
||||
active_project_name = None
|
||||
# active_project_name = None
|
||||
active_repre_info = None
|
||||
repre_info_by_project = {}
|
||||
version_items_by_project = {}
|
||||
|
|
@ -789,7 +789,7 @@ class SceneInventoryView(QtWidgets.QTreeView):
|
|||
project_name, repre_ids
|
||||
)
|
||||
if active_repre_info is None:
|
||||
active_project_name = project_name
|
||||
# active_project_name = project_name
|
||||
active_repre_info = repres_info.get(active_repre_id)
|
||||
|
||||
product_ids = {
|
||||
|
|
@ -805,7 +805,7 @@ class SceneInventoryView(QtWidgets.QTreeView):
|
|||
version_items_by_project[project_name] = version_items_by_product_id
|
||||
|
||||
active_version_id = active_repre_info.version_id
|
||||
active_product_id = active_repre_info.product_id
|
||||
# active_product_id = active_repre_info.product_id
|
||||
|
||||
versions = set()
|
||||
product_ids = set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue