fix: initialize attributes in global
This commit is contained in:
parent
8cfd550f50
commit
8a55458264
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue