mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
Remove storage of empty tool placeholder value
This commit is contained in:
parent
2afc8ba573
commit
d0ea9171b3
1 changed files with 0 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ class FusionWorkfileCreator(AutoCreator):
|
|||
creator=self
|
||||
)
|
||||
instance.transient_data["comp"] = comp
|
||||
instance.transient_data["tool"] = None
|
||||
|
||||
self._add_instance_to_context(instance)
|
||||
|
||||
|
|
@ -106,7 +105,6 @@ class FusionWorkfileCreator(AutoCreator):
|
|||
self.family, subset_name, data, self
|
||||
)
|
||||
instance.transient_data["comp"] = comp
|
||||
instance.transient_data["tool"] = None
|
||||
self._add_instance_to_context(instance)
|
||||
|
||||
self._imprint(comp, data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue