Search found 10 matches

by brianottosen
01 Feb 2013, 22:47
Forum: Technical Support
Topic: Cross platform TVP files
Replies: 5
Views: 7622

Re: Cross platform TVP files

As we talked about, during our meeting in Cartoon Saloon, it is very nice that TV Paint now provide the possibility to embed audio files within the TV Paint setups. However - we need to continue to reference the audio files to allow editing to publish new audio without changing the TV Paint setups. ...
by brianottosen
01 Feb 2013, 08:14
Forum: Technical Support
Topic: Cross platform TVP files
Replies: 5
Views: 7622

Re: Cross platform TVP files

I heard something about a new version of TV Paint where audio files can be embedded instead of referenced. Is that what you have in mind?
by brianottosen
01 Feb 2013, 00:00
Forum: Technical Support
Topic: Cross platform TVP files
Replies: 5
Views: 7622

Cross platform TVP files

Hi all We have 1200 TVP files for our feature film production. They are created on a Windows computer and stored in identical file structures in 3 studios like this. B:\film\q036\c024\tvpaint\q036c024.tvpp All the files have been automatically created and links to 3 audio files from editing: B:\film...
by brianottosen
10 Jan 2013, 20:46
Forum: George scripting
Topic: Quiting George script from a function
Replies: 3
Views: 873

Re: Quiting George script from a function

Thanks for your prompt reply Sven.

I have a global errorlevel now which I use where applicable.

Brian.
by brianottosen
09 Jan 2013, 00:55
Forum: George scripting
Topic: Quiting George script from a function
Replies: 3
Views: 873

Quiting George script from a function

Hi all I am trying to make George Script stop completely from within a function if an error has occurred. According to http://wiki.tvpaint.com/index.php?title=EXIT" onclick="window.open(this.href);return false;, "EXIT" "Quits the George program." but it seems to me that...
by brianottosen
27 Dec 2012, 06:24
Forum: George scripting
Topic: Create log file with George Script
Replies: 6
Views: 1157

Re: Create log file with George Script

Thanks for your inputs Svengali. Your first solution is pretty much what I want to do but the question is how to dump the data to a file on disk without user interaction. First time my script writes to a text file George script make the user confirm, by clicking on a dialogue box on the screen, whic...
by brianottosen
22 Dec 2012, 19:33
Forum: George scripting
Topic: Create log file with George Script
Replies: 6
Views: 1157

Re: Create log file with George Script

As a minimum I need to know ok or error after script execution but I have many things I would like to write in a log file if it I could. I would like tv paint to return error codes but a log file has more potential for detailed output from a script. Printing to stdout would also work. I am able to w...
by brianottosen
22 Dec 2012, 19:19
Forum: George scripting
Topic: Input for George Script
Replies: 3
Views: 1162

Re: Input for George Script

Whan I mean is how you normally set variables when executing scripts in more general terms. In fact I only used the -s 1920 1080 as an example because it's easy to understand. I would like execute one command line like this: "%ProgramFiles(x86)%\TVPaint Developpement\TVPaint Animation 10 Pro (3...
by brianottosen
20 Dec 2012, 23:43
Forum: George scripting
Topic: Create log file with George Script
Replies: 6
Views: 1157

Create log file with George Script

Hi all I have a George script for automatic rendering. The script opens TV Paint and enables relevant layers and export images and quit. I need my scripts to return information to our job submitter. I have worked on an approach with a log file by the use of tv_WriteTextFile but the problem is that I...
by brianottosen
20 Dec 2012, 23:39
Forum: George scripting
Topic: Input for George Script
Replies: 3
Views: 1162

Input for George Script

Hi all

Does anybody know if it is possible to give parameters in a command line when I call a George Script.

In pseudo code something like:

C:\>tvpaint.exe myscript.grg -s 1920 1080

Brian.