tv_LoadSequence often crashing

A forum dedicated to George scripting questions
Post Reply
Gary
Posts: 26
Joined: 12 May 2015, 13:33

tv_LoadSequence often crashing

Post by Gary »

I'm currently setting up a script to automatically put together TVPaint files. One of the things it does is import image sequences. However I'm having trouble with the "tv_LoadSequence" command crashing a lot of the time. It seems like one of the reasons might be if the page is too small to fit the images, because when using `tv_ResizePage` to stretch bigger than the image it works fine, but if the page is resized even one pixel too small I consistently get crashes.

However that's not the only cause, and I can't determine what's wrong with my other PNG sequence. Both are the same filetype and the page is definitely big enough, but one is repeatedly crashing while the other is perfectly fine. Can anyone explain what kind of things would make tv_LoadSequence crash the program?
User avatar
Fabrice
Posts: 10077
Joined: 17 Jul 2007, 15:00
Contact:

Re: tv_LoadSequence often crashing

Post by Fabrice »

hello Gary,

Would you mind sending me an email with your script ?
Fabrice Debarge
Gary
Posts: 26
Joined: 12 May 2015, 13:33

Re: tv_LoadSequence often crashing

Post by Gary »

Sure, I'll send that over now Fabrice.
Post Reply