mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Fix update_container_data error
This commit is contained in:
parent
b681173dc5
commit
3b7ed1d71f
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class BlenderHost(HostBase, IPublishHost):
|
|||
changes (dict): Only data that has been changed. Each value has
|
||||
tuple with '(<old>, <new>)' value.
|
||||
"""
|
||||
bpy.context.scene.openpype_context.update(data)
|
||||
bpy.context.scene.openpype_context |= data
|
||||
|
||||
|
||||
def pype_excepthook_handler(*args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue