mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
create context provides instances by id
This commit is contained in:
parent
409ec10405
commit
12fee4ec4f
1 changed files with 4 additions and 0 deletions
|
|
@ -780,6 +780,10 @@ class CreateContext:
|
|||
def instances(self):
|
||||
return self._instances_by_id.values()
|
||||
|
||||
@property
|
||||
def instances_by_id(self):
|
||||
return self._instances_by_id
|
||||
|
||||
@property
|
||||
def publish_attributes(self):
|
||||
"""Access to global publish attributes."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue