Maya screenshot ~= Sketchup jpg
Append to usersetup.mel to use in with customCommand.mel //20100119 ec//skethcup style polygon visual on selection global proc de(){ setPolygonDisplaySettings(“dispEdge”); }global proc dse(){ setPolygonDisplaySettings(“dispSoftEdge”); }global proc dhe(){ setPolygonDisplaySettings(“dispHardEdge”); } //20100119 ec//save…
Maya ~= Autocad|Rhino II
AutoCAD/Rhino command line aliases-like behaviour in Maya 2011 with custom command + hotkey //20100418 ec @ studiounit6 if ( `window -exists customCommandUI` ) { deleteUI customCommandUI;} string $window = eval(“window…
Curve to mesh
Definition to convert curve to mesh face with option to conform normal to face upward (while using API to draw mesh face undo stack was not implemented) Related command: Rhino…
Maya python node
Test node (python + mayaAPI) draw curve to introduce new paths into existing network Test opengl in Maya to show intermediate result (to achieve somewhat processing-like realtime visual result) Environment:…
Translation from processing to python in Maya
Translation from processing to python in Maya is smooth, hash array (dictionary) and array (list) in python is easier to use