mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Add subset to instance_data
This commit is contained in:
parent
31d7b18e9f
commit
4d3442db70
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class CreateSaver(Creator):
|
|||
args = (-32768, -32768) # Magical position numbers
|
||||
saver = comp.AddTool("Saver", *args)
|
||||
|
||||
instance_data["subset"] = subset_name
|
||||
self._update_tool_with_data(saver, data=instance_data)
|
||||
|
||||
saver["OutputFormat"] = file_format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue