Page 1 of 1

George Script: Export layers as TGA with alpha

Posted: 08 Jun 2007, 15:35
by Mads Juul
I just wanted to post my first try on a George script :D

this one export each layers as TGA, and save the in the director where the tvpaint file is saved

the script depends on the "include/Basic.grg" script

it is not possible to upload ".grg" files so I renamed the extensiom to ".doc" (should this be allowed?)

I have two qustions

-is it possible to save tga with a alpha I thought i had done it right in the script but it doesn´t seem to work

- Is it possible to create folders with George so I can create a folder structure
that fits into our existing pipeline


-mads

Posted: 08 Jun 2007, 16:03
by Hervé
Good work mads

You can add a double cote to fix space in file names.

Code: Select all

tv_SaveSequence '"'pdir"/"lname"_0001"'"'
Sorry, it's not possible to create folder with GRG.

tv_setalphamode is a little buggy :? Grg use the alpha mode set in the export panel.

Re: George Script: Export layers as TGA with alpha

Posted: 09 Jun 2007, 00:03
by malcooning
madsjuul wrote:-is it possible to save tga with a alpha I thought i had done it right in the script but it doesn´t seem to work
It's not a script to export TGA, but it does export either Avi or Quicktime layers with alpha (depends how you alter the script file. Maybe you can change the extension to TGA). You might find it useful. I think it's a great script. Manuel deserves much praise.
http://www.tvpaint.com/forum/viewtopic. ... ght=export

Posted: 09 Jun 2007, 09:17
by Mads Juul
Sorry, it's not possible to create folder with GRG.
thats a future request then :wink:

tv_setalphamode is a little buggy Confused Grg use the alpha mode set in the export panel.
ok nice to know

And I will defenately look at Manuels script for help
-funny I made a script almost identic as my first I should have seach the forum first -It would have saved me for some work, but then again I learned some

thank you
-Mads