fix: initialize attributes in global
This commit is contained in:
parent
8cfd550f50
commit
8a55458264
|
@ -28,7 +28,8 @@ import bpy
|
||||||
import mathutils
|
import mathutils
|
||||||
|
|
||||||
class G:
|
class G:
|
||||||
pass
|
selected_keys = []
|
||||||
|
bezier = []
|
||||||
|
|
||||||
def convert_handles_to_bezier(keyframes):
|
def convert_handles_to_bezier(keyframes):
|
||||||
bezier = []
|
bezier = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user