mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
clear families on refresh
This commit is contained in:
parent
1d8618e3b4
commit
da4db49d6d
1 changed files with 2 additions and 1 deletions
|
|
@ -318,7 +318,8 @@ class FamilyWidget(QtWidgets.QWidget):
|
|||
return
|
||||
settings = get_project_settings(project_name)
|
||||
sp_settings = settings.get('standalonepublisher', {})
|
||||
print(sp_settings)
|
||||
|
||||
self.list_families.clear()
|
||||
|
||||
for key, creator in sp_settings.get("create", {}).items():
|
||||
if key == "__dynamic_keys_labels__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue