Execute george command from Mac Terminal Topic is solved

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
mortenandersen
Posts: 3
Joined: 12 Dec 2012, 21:58

Execute george command from Mac Terminal

Post 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?
User avatar
JeremyN
Site Admin
Posts: 361
Joined: 24 Apr 2015, 14:41

Re: Execute george command from Mac Terminal

Post 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"
Mac Developer
Post Reply