Remove setParms call since it's responsibility of self.imprint to set the values

This commit is contained in:
Roy Nieterau 2023-10-18 19:25:32 +02:00
parent b1dbbcd954
commit 0e22a2ef3c

View file

@ -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