Typos and fixes, runs in Blender

This commit is contained in:
Jamie Hardt
2020-09-20 20:54:53 -07:00
parent 0e471e3efd
commit df55519ea9
3 changed files with 45 additions and 37 deletions

View File

@@ -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):