« Modify a Maya start-up script. | Main | Render Proxy (Assembly) and Render Passes »

21/04/2009

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Thanks Owen! So simple.

You have been very helpful

string $cameras[] = `ls -type camera`;

for ($camera in $cameras)
{ if (`getAttr ($camera+".renderable")`)
print ($camera+"\n");
}

..The Render Settings UI just checks the attribute "renderable" of each camera. This script does the same thing.

O

Thanks for the article, but how do you query the name of the batch render camera?

(The name of the camera that appears in the Render Settings > Renderable Cameras Rollout > Renderable Camera:)

The comments to this entry are closed.

RSS Feed

  • Subscribe

Share

  • Bookmark and Share