Python: Traceback (most recent call last):
File "C:\Users\Microsoft\AppData\Roaming\Blender Foundation\Blender\5.1\extensions\blender_org\has_paint_layers\bake.py", line 377, in execute
bake_scene, material, plane, output_node, colorfix, alphasocket, camera = setup_bake_scene(basescene)
~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "C:\Users\Microsoft\AppData\Roaming\Blender Foundation\Blender\5.1\extensions\blender_org\has_paint_layers\bake.py", line 528, in setup_bake_scene
new_scene.view_layers["ViewLayer"].use_pass_combined = False
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "ViewLayer" not found'
Saving the texture or merging the layers will result in an error.
Python: Traceback (most recent call last): File "C:\Users\Microsoft\AppData\Roaming\Blender Foundation\Blender\5.1\extensions\blender_org\has_paint_layers\bake.py", line 377, in execute bake_scene, material, plane, output_node, colorfix, alphasocket, camera = setup_bake_scene(basescene) ~~~~~~~~~~~~~~~~^^^^^^^^^^^ File "C:\Users\Microsoft\AppData\Roaming\Blender Foundation\Blender\5.1\extensions\blender_org\has_paint_layers\bake.py", line 528, in setup_bake_scene new_scene.view_layers["ViewLayer"].use_pass_combined = False ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ KeyError: 'bpy_prop_collection[key]: key "ViewLayer" not found' Saving the texture or merging the layers will result in an error.