Skip to content

Commit

Permalink
Fixed key overlap (fixes #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirpal committed Jun 27, 2018
1 parent bd7a5e1 commit 74748b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions import_keyboard.py
Expand Up @@ -583,8 +583,6 @@ def addText(font, offset=0.0005):
# iterate over keys in row
for key in row:
if key["d"] is False:
key["w"] -= 0.05
key["h"] -= 0.05
if key["c"] not in bpy.data.materials:
# new material for key
m = Material()
Expand Down
Binary file modified template.blend
Binary file not shown.

0 comments on commit 74748b3

Please sign in to comment.