End of efvgt project

This commit is contained in:
Grant Sanderson
2017-03-03 17:33:06 -08:00
parent 4f8207e1a3
commit 356020aa47
2 changed files with 67 additions and 44 deletions

View File

@ -35,7 +35,7 @@ class Transform(Animation):
if "path_arc" in kwargs:
self.path_func = path_along_arc(
kwargs["path_arc"],
kwargs["path_arc_axis"]
kwargs.get("path_arc_axis", OUT)
)
def init_path_func(self):