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 Cutter

Making the text file executable

Setting up Maya Env for Mac

http://fundza.com/rfm/customizing/index.html

  1. Copy rfm_scripts folder to /Users/ddu/Documents/maya

  2. copy scripts folder to /Users/ddu/Documents/maya

  3. Copy Arnold Shaders to /Users/ddu/Documents/maya/projects

  4. copy maya.env file 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

  1. 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

if linter does not show up, delete your Atom config files located: /Users/userName/.atom/config.cson

Notes

Using cutter

Resources

Documentation

Learning Python for Maya

Learning Python

  1. Learning Python, Mark Lutz, O'Reilly Media

  2. Think Python(on-line), Allen Downey

Getting started with Python

Key terms: list, tuple, dictionary

Lesson 3

Last updated

Was this helpful?