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

Change modifier_apply call to gpencil_modifier_apply for Blender v2.9 #66

Closed thewinniewu closed 3 years ago

thewinniewu commented 3 years ago

API appears to have changed: https://docs.blender.org/api/current/bpy.ops.object.html

I believe this should resolve issue #64, based on my own experience running into this and local testing only 😅 I was able to import without error and see the scene after making this change.