Search found 24 matches

by fazek
31 Aug 2016, 07:19
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

I'd like to thank for your help too, without your feedbacks it could have been very difficult to find these bugs.

I've also refreshed the downloadable scripts in the initial post of this topic, so you can upgrade to the new "official" versions too.
by fazek
30 Aug 2016, 12:08
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

Ulrik: oh OK :D I guess it's the space character again... Now it's surely in the name of the scene. Fortunately you are using spaces everywhere, so these bugs are coming out.
Try this new debug version please. Some other possible bugs are also fixed.
by fazek
29 Aug 2016, 09:17
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

Hello Ulrik, Thanks for the help. The problem was if there are spaces in filenames, the name must be between quotes for some George commands even if it's a variable. Strange behaviour, maybe because George is a macro language. instead of: file= "C:\path with spaces\file" tv_readtextfile ro...
by fazek
29 Aug 2016, 08:21
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

It seems George has a problem with the space characters in filenames. This is a new version of the debug script, please check it. Thanks.
by fazek
28 Aug 2016, 20:58
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

Hello Ulrik, Thank you for your patience! After reading your answer, I think the Mac is doing something differently than Linux or Windows. It's not the file dialog window. Something happens after that. Could you please help me to investigate this? Maybe I can modify the script to run on Mac as well,...
by fazek
28 Aug 2016, 16:06
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

Hello Ulrik, I tried this with the TVPaint 11 demo on Linux (I'm not using TVPaint yet otherwise) but other people are tried this plugin with TVPaint 10 on Windows and I think it works for them. Perhaps you have an OSX specific problem, I have no information how my plugin works on a Mac. But maybe t...
by fazek
28 Aug 2016, 05:11
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

Hello Ulrik, I think it's just a save file dialog. Just select the file there, it must load it correctly. I have the same "save" button on this dialog in the TVP11 linux demo too. I don't know how to change it yet. The tv_ReqFile() call has no option to set the load/save/folderselect etc. ...
by fazek
17 Aug 2016, 18:20
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

Added support for the Folder feature of CSV 1.1.
by fazek
17 Aug 2016, 18:13
Forum: Packs, Plugins, Third Party
Topic: CSV format importer addon for Blender 3D
Replies: 13
Views: 69816

Re: CSV format importer addon for Blender 3D

Added support for the Folder feature of CSV 1.1 and some minor bug fixes.
by fazek
16 Aug 2016, 08:08
Forum: Packs, Plugins, Third Party
Topic: CSV format import/export script for Moho (Anime Studio)
Replies: 5
Views: 50272

Re: CSV format importer script for Anime Studio

Thanks to CartoonMonkey, I've added a support for the Folder parameters of CSV version 1.1. About the path recognition: This Folder parameter is a nice feature, but it's also a weak spot if you transfer the files from one computer to another. The old solution was very robust for this. Now if the Fol...
by fazek
22 Jul 2016, 09:48
Forum: Packs, Plugins, Third Party
Topic: CSV format import/export script for Moho (Anime Studio)
Replies: 5
Views: 50272

Re: CSV format importer script for Anime Studio

Updated to a new version. It can optionally import the document parameters, like field size, frame rate and play duration now.
by fazek
23 Jun 2016, 05:51
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

I think "straight alpha" is the right term :)

So I made two versions of the script. Most people need the import_csv.grg version, but if somehow you have premultiplied alpha, use the other script.
by fazek
22 Jun 2016, 12:16
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

Re: CSV format importer script for TVPaint

Update V1.2: a small correction in the code because PNG files have unpremultiplied alpha by default.
by fazek
21 Jun 2016, 19:37
Forum: Packs, Plugins, Third Party
Topic: CSV format import/export script for Moho (Anime Studio)
Replies: 5
Views: 50272

CSV format import/export script for Moho (Anime Studio)

This is a menu script addon for Moho/Anime Studio (11 and above, but probably working with older versions too). It imports scenes in TVPaint's CSV format. Unzip the file and copy the fa_import_csv.lua file into your Anime Studio contents folder, for example to the scripts/menu/Image directory. After...
by fazek
05 Mar 2016, 21:33
Forum: Packs, Plugins, Third Party
Topic: CSV format importer script for TVPaint
Replies: 22
Views: 110854

CSV format importer script for TVPaint

TVPaint can export layered animation into its own CSV format ( File / Export to menu, Clip: Layers structure tab) The format contains a simple text file for the exposure sheet and also all your pictures in a directory as PNG files. With my script you can load back these files into TVPaint. So you ca...