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