On 08/07/2013 at 22:24, xxxxxxxx wrote:
Hi,
does any one know how to check if "Multi-Layer File" property is disabled in Render Setttings (Multi-Pass Images)?
The issue is that code:
import c4d
doc = c4d.documents.GetActiveDocument()
rd = doc.GetActiveRenderData()
print "Multi-Layer File:", rd[c4d.RDATA_MULTIPASS_SAVEONEFILE]
always prints:
Multi-Layer File: 1
even if this option is disabled (let say, when Format is JPEG).
Thanks,
Simonas