Monday, January 16, 2006

Current Project Path via MEL

Listening To : "Its Art, Dad!", The Clientele

Here's a handy tip. How do you get the current project path from MEL ?


string $ws = `workspace -q -rd`;


Voila!

1 comment:

renderdan said...

To get the full saved file name of the scene, use this;

file -q -sceneName