mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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()
|
tools = comp.GetToolList(False, "Saver").values()
|
||||||
for tool in tools:
|
for tool in tools:
|
||||||
data = self.get_managed_tool_data(tool)
|
data = self.get_managed_tool_data(tool)
|
||||||
|
if not data:
|
||||||
|
continue
|
||||||
|
|
||||||
# Add instance
|
# Add instance
|
||||||
created_instance = CreatedInstance.from_existing(data, self)
|
created_instance = CreatedInstance.from_existing(data, self)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue