I just wanted to post my first try on a George script
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
George Script: Export layers as TGA with alpha
George Script: Export layers as TGA with alpha
- Attachments
-
- export_layers.doc
- (1.37 KiB) Downloaded 227 times
Good work mads
You can add a double cote to fix space in file names.
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.
You can add a double cote to fix space in file names.
Code: Select all
tv_SaveSequence '"'pdir"/"lname"_0001"'"'
tv_setalphamode is a little buggy Grg use the alpha mode set in the export panel.
- malcooning
- Posts: 2114
- Joined: 29 Mar 2006, 12:43
- Location: Tel Aviv
- Contact:
Re: George Script: Export layers as TGA with alpha
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.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
http://www.tvpaint.com/forum/viewtopic. ... ght=export
thats a future request thenSorry, it's not possible to create folder with GRG.
ok nice to knowtv_setalphamode is a little buggy Confused Grg use the alpha mode set in the export panel.
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