Export Current Frame as JPG and Incremental save

A forum dedicated to George scripting questions
Post Reply
User avatar
cgmodeler
Posts: 123
Joined: 23 Oct 2012, 23:59
Location: Mexico
Contact:

Export Current Frame as JPG and Incremental save

Post by cgmodeler »

Coming from a 3D software I always wanted an incremental save function within tvpaint. Here's one that works by saving the current frame as a jpg file with a prefix and to a set path. It will look for the files within the directory with that custom naming and do an incremental save based on the highest number found.

By default it will save it every time you click it as:
C:\SK_001.jpg
C:\SK_002.jpg

If you need to customize the format, these two variables will do the trick

Code: Select all

// Define file prefix
filePrefix = "SK_"

// Fixed export folder path
exportFolderPath = "C:\\"
Also the function can be mapped to a shortcut for quicksave, I have it under CTRL+SHIFT+W
No dialogs and no prompts, statusbar will display the final path and filename
cocoaExportFrame.tvpx
(67 KiB) Downloaded 73 times
www.cocoalopez.com
Desktop: TVP Pro 11.0.8 - 64bit Win 10 x64 64GB RAM - RTX3070 - Cintiq 27QHD Driver 6.3.29
User avatar
NathanOtano
Posts: 1228
Joined: 01 Apr 2014, 07:07
Location: Biarritz, France
Contact:

Re: Export Current Frame as JPG and Incremental save

Post by NathanOtano »

Great! :)
Working on Windows 10
Creator of Disnosc, providing storyboard, animation and design for 2D realistic pictural animation: https://www.disnosc.fr/ - nathanotano@disnosc.fr
Highly interested in animation workflows, I'm open to scripting new TVP functions for individuals and studios.
Post Reply