Open wwwonka opened 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
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.
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?