Is It possible to Run A George script in TVPaint through the Windows Command Line?
-mads
Run George Script From Command Line
Re: Run George Script From Command Line
Ahh ok I found it in the SDK changes file
tvpaint.exe "cmd=tv_warn coucou"
tvpaint.exe "script=test.grg"
tvpaint.exe "cmd=tv_warn coucou"
tvpaint.exe "script=test.grg"
Run a plugin from within a George Script
I wanted to be able to execute a plugin command from within a script, specifically, I wanted to "refresh" the ppalette plugin display of APen and BPen after my script adjusted either or both colors... Mark suggested this line which works well with his plugin:
tv_plugin ppalette cmd r
I have not tried it with other plugins but I suppose it works with those as well?
Sven
tv_plugin ppalette cmd r
I have not tried it with other plugins but I suppose it works with those as well?
Sven
Re: Run George Script From Command Line
There's also supposed to be startup.grg which should be executed on startup of TVPaint, but for some reason it doesn't work for me. (Threw in hello world and nothing happens.)
There's no place like ~/