Search found 8 matches

by blastframe
25 Oct 2019, 06:52
Forum: George scripting
Topic: Running a Batch or Python Script from TVPaint?
Replies: 6
Views: 2370

Re: Running a Batch or Python Script from TVPaint?

You've been very helpful, Sven, thank you. The first forum link had a very useful snippet (I saw your input on that thread as well :D ): tv_runscript "C:/Users/Kevin/Desktop/HelloWorld.bat" The other two forum links talked about using Python, but neither explained how to run Python from TV...
by blastframe
24 Oct 2019, 23:31
Forum: George scripting
Topic: Running a Batch or Python Script from TVPaint?
Replies: 6
Views: 2370

Re: Running a Batch Script from TVPaint?

Hi Sven, This seems like a step in the right direction, thank you. I am getting an error from TVPaint however. Here is my batch file, HelloWorld.bat, that works in Command Prompt: ECHO OFF ECHO Hello World PAUSE This is my TVPaint George script: tv_plugin "C:/Users/Kevin/Desktop/HelloWorld.bat&...
by blastframe
24 Oct 2019, 23:12
Forum: Feature & Improvement requests
Topic: Synched Reference Video Player
Replies: 2
Views: 16948

Re: Synched Reference Video Player

Thanks for the reply. I have tried posting in the George forum about running scripts, but I can't find anything. https://forum.tvpaint.com/viewtopic.php?f=34&t=12992 The hope was that the tv_plugin command might work, but I think that's for .dll files written in C. If anyone knows how to run a b...
by blastframe
23 Oct 2019, 21:00
Forum: Feature & Improvement requests
Topic: Synched Reference Video Player
Replies: 2
Views: 16948

Synched Reference Video Player

Hello, There is a video player called Keyframe MP that syncs with the Maya animation timeline. http://zurbrigg.com/keyframe-mp-documentation/item/maya-to-keyframe-mp This is EXTREMELY useful for animation reference. It would be incredible for TVPaint to create a feature like this: a video player win...
by blastframe
23 Oct 2019, 19:31
Forum: George scripting
Topic: Running a Batch or Python Script from TVPaint?
Replies: 6
Views: 2370

Running a Batch or Python Script from TVPaint?

Hello,
Is it possible to run a Windows Batch or Python Script from TVPaint?

I have tried tv_ReadUserString and tv_ReqFile, but to no avail.

Thanks!
by blastframe
09 Oct 2019, 06:50
Forum: George scripting
Topic: Trying to understand George Functions & Returns
Replies: 3
Views: 1296

Re: Trying to understand George Functions & Returns

Thank you for the reply, Hironori. I tend to separate things that might get reused in a script (like loading) into functions, but since there will only be one text file in this case, you're right: it doesn't need to be its own function. I find it more readable & easier to debug when different ph...
by blastframe
08 Oct 2019, 07:02
Forum: George scripting
Topic: Trying to understand George Functions & Returns
Replies: 3
Views: 1296

Trying to understand George Functions & Returns

Hello, I'm new to scripting with George and trying to load images from a text file. I have TVPaint requesting the import file correctly and then sending the resulting path to a function that reads the text file (based on this function from the George wiki). My issue is that when I try to store each ...
by blastframe
29 Sep 2019, 21:56
Forum: George scripting
Topic: George Syntax Highlighting for Notepad++, Atom, and TextMate
Replies: 5
Views: 5565

George Syntax Highlighting for Notepad++, Atom, and TextMate

Hello, I have created syntax highlighting for George script for the text editors Notepad++, Atom, and TextMate. You can download them by clicking on any of the links below. Atom https://i.imgur.com/FIDzORz.png Notepad++ https://i.imgur.com/rK3sfWV.png TextMate https://i.imgur.com/2b8hdvv.png Cheers,...