Getting the Image Format from Render Options through scripting. 2005-04-12 - By Bernard Lebel
Back Iterate the passes (under activeproject). For each pass, attempt to get the pass name + the render options. Then you can access any parameter, including the render size.
Cheers Bernard
On Apr 12, 2005 5:03 PM, Not Maya <notmaya@(protected)> wrote: > Hey Guys, > > I am writing a small script that requires me to get the image format from > the render-options of a selected pass. > > When I use teh following code I get the class-id of the image format not the > extension (pic,tga,sgi). > I could write a case statement to handle all tehoptions but there has to be > a way to get to the actual image extension don't you think ? > > Here is the line of code I am talking about. > > oImageFormat = GetValue("Passes.") & oPassName.name & > ".RenderOptions.Image.Format") > > This returns {32D3C205-0E3B-11CF-AFA9-00AA00629284} which looks like a > class-id to me. > > Thanks > > NM > > __ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ __ > Don't just search. Find. Check out the new MSN Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > > --- > Unsubscribe? Mail Majordomo@(protected) with the following text in body: > unsubscribe xsi > --- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|