pablodp606 / keymesh-addon

GNU General Public License v3.0
128 stars 13 forks source link

Update keymesh.py #1

Closed elkmug closed 3 years ago

elkmug commented 3 years ago

First attempt at a pull request, think it worked :)

Notes:

Update: In transferring the code to github I discovered I missed putting bpy.utils.register_class(InitializeHandler) in register() and bpy.utils.unregister_class(InitializeHandler in unregister(). I did 2 commits to fix this and it looks like they're in this pull request but I'm not sure.

adamearle commented 2 years ago

Have you had the chance to look at introducing curves into this addon, so it's not just for mesh data?