mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove setParms call since it's responsibility of self.imprint to set the values
This commit is contained in:
parent
b1dbbcd954
commit
0e22a2ef3c
1 changed files with 1 additions and 3 deletions
|
|
@ -250,14 +250,12 @@ class HoudiniCreator(NewCreator, HoudiniCreatorBase):
|
|||
key: changes[key].new_value
|
||||
for key in changes.changed_keys
|
||||
}
|
||||
# Update ParmTemplates
|
||||
# Update parm templates and values
|
||||
self.imprint(
|
||||
instance_node,
|
||||
new_values,
|
||||
update=True
|
||||
)
|
||||
# Update values
|
||||
instance_node.setParms(new_values)
|
||||
|
||||
def imprint(self, node, values, update=False):
|
||||
# Never store instance node and instance id since that data comes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue