Brought the yStopMotionLayer to the new codebase.

This commit is contained in:
Jorge Vássquez Pérez
2016-12-02 16:37:09 -08:00
parent 8414847715
commit 816d566df4
5 changed files with 77 additions and 15 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ function YPuppetRigTool()
this.info =
{
name : "yPuppetRig",
version : 0.1,
version : 0.0,
stage : "development",
description : "Tool to create nulls at puppet pin locations, and link the latter to the former.",
url : "yorchnet.com"
@@ -98,7 +98,7 @@ function YPuppetRigTool()
}
this.activate = function activate()
{
this.yTool.yMainFunction();
yPuppetRigTool.yMainFunction();
}
/**/