Thank you for releasing this really cool tool set. Just got pointed to it and now attempting to run it in Maya 2018. After following the install instructions and tweaking a bit I have the menu appearing with
both.

Both give me an error
minikit:
// Error: showWindow $miniKitWindow; //
// Error: "/Users/bootsch/Library/Preferences/Autodesk/maya/scripts/lbsToolkit/miniToolkit/miniKit.mel" line 304.26: "$miniKitWindow" is an undeclared variable. //
// Warning: string $phiCurveInfo = ($phiCurveInfo + ";"); //
// Warning: "/Users/bootsch/Library/Preferences/Autodesk/maya/scripts/lbsToolkit/miniToolkit/miniKit.mel" line 801.47 : Redeclaration of variable "$phiCurveInfo" shadows previous declaration at line 772. Previous value will be overwritten by explicit initializer. //
fullkit
// Error: showWindow $lbs_scriptWin;
//
// Error: "/Users/bootsch/Library/Preferences/Autodesk/maya/scripts/lbsToolkit/lbs_Custom_Tools_UI_LOCAL.mel" line 327.27: "$lbs_scriptWin" is an undeclared variable. //
If you have any quick answers, great, in the mean time I will dive into the code and see what I can fix.
Main purpose to post this issue is to let you know I really like the toolkit :-)
Will keep you posted on progress
Thank you for releasing this really cool tool set. Just got pointed to it and now attempting to run it in Maya 2018. After following the install instructions and tweaking a bit I have the menu appearing with
both.
Both give me an error
minikit:
// Error: showWindow $miniKitWindow; //
// Error: "/Users/bootsch/Library/Preferences/Autodesk/maya/scripts/lbsToolkit/miniToolkit/miniKit.mel" line 304.26: "$miniKitWindow" is an undeclared variable. //
// Warning: string $phiCurveInfo = ($phiCurveInfo + ";"); //
// Warning: "/Users/bootsch/Library/Preferences/Autodesk/maya/scripts/lbsToolkit/miniToolkit/miniKit.mel" line 801.47 : Redeclaration of variable "$phiCurveInfo" shadows previous declaration at line 772. Previous value will be overwritten by explicit initializer. //
fullkit
// Error: showWindow $lbs_scriptWin;
//
// Error: "/Users/bootsch/Library/Preferences/Autodesk/maya/scripts/lbsToolkit/lbs_Custom_Tools_UI_LOCAL.mel" line 327.27: "$lbs_scriptWin" is an undeclared variable. //
If you have any quick answers, great, in the mean time I will dive into the code and see what I can fix.
Main purpose to post this issue is to let you know I really like the toolkit :-)
Will keep you posted on progress