Thursday, February 17, 2011

Journal Post 3

A couple bits of code I found useful when working on the color cube. I ended up using them a lot, so I decided to write it down here for further reference.

select -all;
delete;
//to select then delete everything

file -import -type "mel" -ra true -namespace "color_cube" -pr -loadReferenceDepth "all" "/Users/Colin/color_cube.mel";

//to import the mel script

No comments:

Post a Comment