Kirpal / Keyboard-Layout-Editor-for-Blender

Allows you to import keyboard layouts into blender and render them in 3d
334 stars 38 forks source link

Fix labelSize if parsed as str #57

Closed leifniem closed 4 years ago

leifniem commented 4 years ago

Had an import error where labelSize was not being parsed as int that resulted in unsupported operand for labelSize / 15. Fixed by making sure it's cast as as an int before division.