mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Merge pull request #264 from BigRoy/bugfix/houdini_fix_save_context_data
Houdini: Fix correctly updating context data on saving in publisher
This commit is contained in:
commit
e445ea0e75
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class HoudiniHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
|
|||
if not op_ctx:
|
||||
op_ctx = self.create_context_node()
|
||||
|
||||
lib.imprint(op_ctx, data)
|
||||
lib.imprint(op_ctx, data, update=True)
|
||||
|
||||
def get_context_data(self):
|
||||
op_ctx = hou.node(CONTEXT_CONTAINER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue