A script to import TVPaint's CSV file format

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

User avatar
synthsin75
Posts: 9934
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: A script to import TVPaint's CSV file format

Post by synthsin75 »

If I knew a way to kill an alert dialog by script, then you could have an alert that times out and continues. The only way I know to do that would be to use something like AutoHotkey (that could be executed and closed from the Lua script) that would send {enter} to the alert dialog after waiting a set amount of time. But that's only a solution for Windows.
User avatar
Fazek
Posts: 246
Joined: Thu Apr 13, 2006 1:37 pm
Location: Hungary
Contact:

Re: A script to import TVPaint's CSV file format

Post by Fazek »

Export plugin upgrade: now it's stepping on a frame only if it's needed for the rendering: a big speedup if the animation is two-framed or more, or there are still poses etc. I also modified the recognition of the program version: I'm not using the AppVersion() call, but simply checking the existence of the extra variables and functions.
- - - Fazek
Post Reply