A script to import TVPaint's CSV file format
Moderators: Víctor Paredes, Belgarath, slowtiger
- synthsin75
- Posts: 10265
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: A script to import TVPaint's CSV file format
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.
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Re: A script to import TVPaint's CSV file format
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