In the Export to.. dialog there is a Mode selector for "Palette", "RGB","RGBA" and "Alpha only".
Is there any way to set this to RGBA for export of PNG sequence from george script ?
Best regards
HC Jehg
...SaveSequence PNG as 32 bit RGBA
Re: ...SaveSequence PNG as 32 bit RGBA
You'd want to use tv_AlphaSaveMode. You can see it on the docs here.
It's not clear from the docs but nopremultiply does what you need.
It's not clear from the docs but nopremultiply does what you need.
Code: Select all
tv_AlphaSaveMode "NoPreMultiply"