Fix update_container_data error

This commit is contained in:
Sharkitty 2023-07-04 10:55:04 +02:00
parent b681173dc5
commit 3b7ed1d71f

View file

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