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

Optimize case dimension calculation #54

Closed snagy closed 4 years ago

snagy commented 4 years ago

This change dramatically improved my import times by calculating the case dimensions by aggregating the min/max of the object bounds instead of doing a full join.

snagy commented 4 years ago

I think this fixes issues #53 and #51

Kirpal commented 4 years ago

It seemed to fix any performance issues I ran into, I'll confirm with the issue authors before closing. Thanks for contributing!