Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 399 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 399 Bytes

To run the program, open up Maya 2017, open up the Script Editor, and paste the following Python code and run. Replace the Probuilder path with the path to wherever you downloaded this repo.

import maya.cmds as cmds

cmds.unloadPlugin('ProBuilder')
cmds.loadPlugin('/Users/ishan/Documents/UniversityOfPennsylvania/UniversityOfPennsylvania/Spring2018/CIS660/ProBuilder/ProBuilder.py')