Page 1 of 1

Execute george command from Mac Terminal

Posted: 16 Sep 2016, 10:18
by mortenandersen
In the george script wiki, it says you can execute commands or a script on Windows using

Code: Select all

tvpaint.exe "cmd=tv_warn hello"
I don't have Windows, but would like to do the same thing on Mac. I tried using

Code: Select all

open -a TVP\ Animation\ 10 --args "cmd=tv_warn hello"
Which appears to do nothing, except bringing TVP to the foreground.

Is there another way of achieving this?

Re: Execute george command from Mac Terminal

Posted: 03 Apr 2017, 11:33
by JeremyN
Yes, it's possible on Mac with TVPaint 11:

Code: Select all

open -a TVPaint\ Animation\ 11\ Pro --args "cmd=tv_warn hello"