mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix get_additional_data to make items visible in scene inventory
This commit is contained in:
parent
1edaad61b5
commit
cd5c419424
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ def get_id_required_nodes():
|
||||||
|
|
||||||
def get_additional_data(container):
|
def get_additional_data(container):
|
||||||
"""Not implemented yet!"""
|
"""Not implemented yet!"""
|
||||||
pass
|
return container
|
||||||
|
|
||||||
|
|
||||||
@contextmanager
|
@contextmanager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue