liquidbuddha / CosmicGeometryToolkit

visual effects toolkit for Autodesk Maya, enabling fast creation of animated toroidal evolutionary wavefronts, phi-spirals, phi-vortex, flower of life patters, vector equilibrium, geometric primitives, and more.
Creative Commons Zero v1.0 Universal
35 stars 8 forks source link

Problem loading fullKit in Maya 2016.5 #7

Open wwwonka opened 7 years ago

wwwonka commented 7 years ago

Hi, I encounter the following error when trying to load fullKit in Maya 2016.5: // Error: "/Users/julien/Library/Preferences/Autodesk/maya/2016.5/scripts/lbsToolkit/StarReplace_Tab/StarReplaceToolkit.mel" line 208.87: Cannot find file "/Applications/Autodesk/maya2011/Maya.app/Contents/brushes/galactic/space.mel" for source statement. //

Is it possible its because autodesk got rid of the vizor? how can i get the path to what has become of the space brush ?

does somebody encounters the same error?

liquidbuddha commented 7 years ago

Good question. Unfortunately I'm unable to assist here as I'm still running an older version of Maya and do not plan on upgrading to 2016 any time soon. Sorry! (also apologies for my delayed response) Cheers, Goa

bootsch commented 6 years ago

Had the same issue for Maya 2018. Autodesk changes the internal directory layout from time to time. Change the line https://github.com/liquidbuddha/CosmicGeometryToolkit/blob/1988d2fca220745879aaff8bbbcd5ae8f4fb8c17/StarReplace_Tab/StarReplaceToolkit.mel#L208

Here's the path I used source "/Applications/Autodesk/maya2018/Maya.app/Contents/Examples/Paint_Effects/Galactic/space.mel";

And beware this is MacOS specific.