Typos and fixes, runs in Blender
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import sys
|
||||
from math import sqrt
|
||||
|
||||
import bpy
|
||||
|
||||
import numpy
|
||||
from numpy.linalg import norm
|
||||
|
||||
from mathutils import Vector, Quaternion
|
||||
|
||||
class FrameInterval:
|
||||
def __init__(self, start_frame, end_frame):
|
||||
|
||||
Reference in New Issue
Block a user