Notifications
Clear all
[Closed] Render Elements – how to save pass?
Oct 21, 2011 4:03 pm
How to save image to disk in the Render Elements? Using MaxScript or SDK, so that you can specify the image type (jpg, tiff) and bit depth images?
Here is an example of what I do:
– get the current render element manager
re = maxOps.GetCurRenderElementMgr()
– remove all renderelements
re.RemoveAllRenderElements()
– add render element
re.AddRenderElement (diffuseRenderElement elementname: “Diffuse” lightingOn: false)
1 Reply
Oct 21, 2011 4:03 pm
Thank you all, I figured out myself. Found in the documentation about – tifio
Maybe someone will be a useful this.
Thanks, alteredgene!!! :wavey:
For this topic – reading/setting image output format settings on render elements