mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
returning important condition
This commit is contained in:
parent
9f1bdda8b3
commit
bf2e02699a
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ class CreateSaver(NewCreator):
|
|||
tools = comp.GetToolList(False, "Saver").values()
|
||||
for tool in tools:
|
||||
data = self.get_managed_tool_data(tool)
|
||||
if not data:
|
||||
continue
|
||||
|
||||
# Add instance
|
||||
created_instance = CreatedInstance.from_existing(data, self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue