mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'develop' into release/3.15.x
This commit is contained in:
commit
5a4852703b
83 changed files with 4496 additions and 441 deletions
|
|
@ -23,6 +23,8 @@ class CreatorsModel(QtGui.QStandardItemModel):
|
|||
items = []
|
||||
creators = discover_legacy_creator_plugins()
|
||||
for creator in creators:
|
||||
if not creator.enabled:
|
||||
continue
|
||||
item_id = str(uuid.uuid4())
|
||||
self._creators_by_id[item_id] = creator
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue