You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Describe the bug
Will fail with Blender not set to English.
Python: Traceback (most recent call last):
File "/home/jurek/.config/blender/3.6/scripts/addons/Keyboard-Layout-Editor-for-Blender/__init__.py", line 30, in execute
return import_keyboard.load_json(self, self.filepath)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jurek/.config/blender/3.6/scripts/addons/Keyboard-Layout-Editor-for-Blender/src/import_keyboard.py", line 373, in load_json
read(filepath)
File "/home/jurek/.config/blender/3.6/scripts/addons/Keyboard-Layout-Editor-for-Blender/src/import_keyboard.py", line 143, in read
make_key_material(key.color)
File "/home/jurek/.config/blender/3.6/scripts/addons/Keyboard-Layout-Editor-for-Blender/src/materials.py", line 34, in make_key_material
m = Material(color)
^^^^^^^^^^^^^^^
File "/home/jurek/.config/blender/3.6/scripts/addons/Keyboard-Layout-Editor-for-Blender/src/materials.py", line 16, in __init__
self.output = self.nodes['Material Output']
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "Material Output" not found'
because bpy will localize the node keys, e.g. "Material-Ausgabe" in German.
The text was updated successfully, but these errors were encountered:
Required Information
Blender 3.6.4
Describe the bug
Will fail with Blender not set to English.
because bpy will localize the node keys, e.g. "Material-Ausgabe" in German.
The text was updated successfully, but these errors were encountered: