VSFX 705
Setting up
Cutter for Mac
Modifying the run file
export PYTHONPATH=$PYTHONPATH:$RMANTREE/bin
export PATH=$RMANTREE/bin:$PATH
export MAYA_USER_DIR=$HOME/Documents/maya
export RMS_SCRIPT_PATHS=$MAYA_USER_DIR/rfm_scripts/image_tool
RMANFB=it
# change directory below to where your cutter is
cd /Users/ddu/Desktop/ddu/projects/vsfx_705/cutter
# To uncomment the next line - remove the '#' character
java -Xms512m -Xmx512m -classpath .:cutter.jar CutterMaking the text file executable
Setting up Maya Env for Mac
http://fundza.com/rfm/customizing/index.html
Copy
rfm_scriptsfolder to /Users/ddu/Documents/mayacopy
scriptsfolder to /Users/ddu/Documents/mayaCopy
Arnold Shadersto /Users/ddu/Documents/maya/projectscopy
maya.envfile to /Users/ddu/Library/Preferences/Autodesk/maya/2020
Maya > Window > Plugin manager > Ensure Renderman for Maya is loaded and auto-loaded
check script editor for environment and preferences
Student web spaces
Go myScad > my info > Web Space Activation
Go to: https://studentpages.scad.edu/instructions.html > Myfile
Upload your html and asset files to https://sav-myfile.scad.edu/myfile/ws-idrive/Savannah/Webspaces/Studentpages/web_pages
Core: font size: 20, source code pro, 4 spaces tab, Scroll past end
Packages: Turn off auto-complete-plus & snippets
Notes
Using cutter
cmd+clickon a function (eg.print) to read the Built-in Functions documentation
Resources
Documentation
Learning Python for Maya
Python Scripting for Maya Artists (on-line), Chad Vernon
Learning Python
Learning Python, Mark Lutz, O'Reilly Media
Think Python(on-line), Allen Downey
Getting started with Python
Key terms: list, tuple, dictionary
Lesson 3
Last updated
Was this helpful?