Hello,
I was watching a YouTube tutorial where someone goes into the Maya scripts and edits them. I attempted to do the same thing he did, but when I went to my scripts folder, it was empty. Any ideas as to how I can get access to these scripts?
https://www.youtube.com/watch?v=LHahY9Wm3ws At Around 4 minutes is where he accesses the script
Problem I am having is in the uploaded image
I am running Maya 2019 student edition on OSX 10.12.4
Solved! Go to Solution.
Solved by rflannery. Go to Solution.
Solved by rflannery. Go to Solution.
The location shown in the video is in Maya's scripts folder, not your personal scripts folder. Do not edit scripts in this folder!!! In the video he makes a backup copy of the file by renaming it, but a better way to do it is to make a copy of the file and place it in your personal scripts folder. So for the specific example shown in the video, you would find the following file:
/Applications/Autodesk/maya2019/scripts/others/flowAlongCurves.mel
Copy this file and paste it into the location you were looking at before:
/Users/<username>/Library/Preferences/Autodesk/maya/2019/scripts/flowAlongCurves.mel
Then you can edit the copied version. Maya will use the version in your personal folder. You can change it freely without worrying about messing up any of the files installed by Maya.
(P.S. Apologies if the paths above are not 100% correct. I don't have OS X, so I'm basing this information off the following links: https://knowledge.autodesk.com/support/maya/troubleshooting/caas/CloudHelp/cloudhelp/2019/ENU/Instal...
Here's how you can find for sure where the script is coming from. Run the following MEL command:
whatIs "flowAlongCurves";
It should tell you the script path. On my machine (Maya 2018 on Windows) it says:
// Result: Script found in: C:/Program Files/Autodesk/Maya2018/scripts/others/flowAlongCurves.mel //
I found this forum post that might be helpful: https://forums.autodesk.com/t5/maya-forum/where-is-the-directory-applications-autodesk-maya2011-maya...
It says that "Maya.app" looks like a file not a folder. The next reply says to right-click on the Maya application file, and choose "Show Package Contents".
Can't find what you're looking for? Ask the community or share your knowledge.