ScriptSpot

Forum topic · General Scripting

how to use the interface iRPFio ???

By Any · 2019-07-09

Description

Good afternoon.

I want to save a file with 16 bits per channel

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
b = bitmap 320 240 gamma:1.9 filename:"D:\\Clip11_05_2019\\renderoutput\\AAA.RPF"
render camera:$Camera001 to:b channels:#(#zDepth, #objectID) renderMultiPassEffects:true
save b
close b
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

what you need to add to this code ???
how to use the interface iRPFio ???

Comments (1)

I found Myself

Any · 2019-07-10

b = bitmap 320 240 gamma:1.9 filename:"D:\\Clip11_05_2019\\renderoutput\\AAA.RPF" ( ...; ...; ...)
render camera:$Camera001 to:b channels:#(#zDepth, #objectID) renderMultiPassEffects:true
save b
close b