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 ~= Autocad|Rhino
AutoCAD/Rhino command line aliases-like behaviour in Maya using customized 1-3 letters aliases to call commands instead of using hotkeys (since most of them are assigned to other commands in the…
Align2line (Rhino)
Align block to vector in Rhino (20080909) Trying to do the same with sketchup. A lot harder to get the input, quite a lot of different methods. but it has…
Align2line (sketchup)
Align components to vector (20080908) the object picking method is only coded to deal with edges that lies on the X-axis. not quite sure how to code it to deal…