Message 1 of 1
Setting RenderGlobals imageFormat?

Not applicable
11-08-2012
03:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using Maya 2012 for Windows and rendering with renderMan. I need to set the
RenderGlobals image Format to Tiff8.
pycore.setAttr( "defaultRenderGlobals.imageFormat", 3 ) should set the image format
to Tiff8, but the images are rendered as iff.
The imageFilePrefix command works fine ( see command below ).
pycore.setAttr( "defaultRenderGlobals.imageFilePrefix", outputImageName, type="string" )
Any ideas?
Thanks.
RenderGlobals image Format to Tiff8.
pycore.setAttr( "defaultRenderGlobals.imageFormat", 3 ) should set the image format
to Tiff8, but the images are rendered as iff.
The imageFilePrefix command works fine ( see command below ).
pycore.setAttr( "defaultRenderGlobals.imageFilePrefix", outputImageName, type="string" )
Any ideas?
Thanks.