fix: initialize attributes in global

This commit is contained in:
stysmmaker 2021-06-12 22:36:45 -04:00
parent 8cfd550f50
commit 8a55458264
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ import bpy
import mathutils
class G:
pass
selected_keys = []
bezier = []
def convert_handles_to_bezier(keyframes):
bezier = []