Is there a way to somehow update the frames in between? They don't show up when drawing in them either. I'm not sure what's going on.

You have to select Show Thumbnails in the layer menu (RMB click the layer).Lukas wrote:When I import a sequence with tv_LoadSequence, it only shows the first and last image of the sequence in the thumbnails.
Is there a way to somehow update the frames in between? They don't show up when drawing in them either. I'm not sure what's going on.
I dont think it is possible to preload images with tv_loadSequence. maybe ias Zigotto says try import something manually and enable preload. and then see if tv_loadSequence is preloading afterwards.Lukas wrote:After importing a sequence I also want to use "tv_layerRecomputeExposure" but it tells me to load all dependencies.
How do I import a sequence with actually loading them into the project?
Have you found an alternative way to import stuff into TVPaint?madsjuul wrote:I vaguely remeber I 5 years ago had the same issues with tv_loadSequences so I stopped using it.
Which way? How are you using tv_loadsequence?Lukas wrote: tv_LoadSequence is quite useful this way...
Lukas wrote: In the end I used tv_LoadImage, but it was a lot more work to get it working correctly.
Hi LucasMads Juul wrote: I dont think it is possible to preload images with tv_loadSequence.
Code: Select all
tv_loadSequence filepath "PRELOAD"
Code: Select all
tv_layerloaddependencies layerID
It's not possible.Mads Juul wrote:I was wondering about this question for the developers
Is it possible to enable/disable the layer option "Show Thumbnails" with George?
thank you.Thierry wrote:It's not possible.Mads Juul wrote:I was wondering about this question for the developers
Is it possible to enable/disable the layer option "Show Thumbnails" with George?
I'll add that in the todo-list