Bug in tv_LoadBrush when loading PSD

A forum dedicated to George scripting questions
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

Bug in tv_LoadBrush when loading PSD

Post by Mads Juul »

If I have a PSD file with transparent areas
If i use this code to load it

Code: Select all

tv_AlphaLoadMode "NoPreMultiply"
tv_loadBrush '"'myFile.psd'"'
there is no transparent area. TVPaint puts in white where there is transparent
If I do the same with a png the transparent is preserved.
-Mads
Post Reply