No thumbnails in timeline after using "tv_LoadSequence"
No thumbnails in timeline after using "tv_LoadSequence"
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.
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.
- Attachments
-
- Screen Shot 2014-05-21 at 16.17.41 .png (14.11 KiB) Viewed 2641 times
- Lukas Sketch Panel
- TVPaint Pro 11.7.3
- MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
- Wacom Cintiq 27QHD + Wacom Intuos4
- YouTube.com/@ClubBaboo
- YouTube.com/@FrameOrder
Re: No thumbnails in timeline after using "tv_LoadSequence"
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?
How do I import a sequence with actually loading them into the project?
- Lukas Sketch Panel
- TVPaint Pro 11.7.3
- MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
- Wacom Cintiq 27QHD + Wacom Intuos4
- YouTube.com/@ClubBaboo
- YouTube.com/@FrameOrder
Re: No thumbnails in timeline after using "tv_LoadSequence"
have you checked on the "preload" option from the import panel ?
Re: No thumbnails in timeline after using "tv_LoadSequence"
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 think for some reason this is not default when using tv_loadSequence. And I don't think it is possible to enable "Show Thumbnails" With George.
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?
It is not possible to Load all dependencies with george.
BUt remeber you can always load all dependencies amanually in the top project menu but I guess you know this.
I vaguely remeber I 5 years ago had the same issues with tv_loadSequences so I stopped using it.
-Mads
Re: No thumbnails in timeline after using "tv_LoadSequence"
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.
I am writing a script to export animation from Anime Studio Pro and import it in seperate layers much like your TVPaint to After Effects script.
I can export seperate layers for character line art and colour from ASP, so it'll be easy to do boring slow animation in ASP and do crazy fun frame by frame stuff in TVP. Best of both worlds. I've got some brushes in ASP that match my TVP brushes almost 1:1, so I'm quite excited to get this working.
But this tv_LoadSequence stuff is kind of a bummer...
- Lukas Sketch Panel
- TVPaint Pro 11.7.3
- MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
- Wacom Cintiq 27QHD + Wacom Intuos4
- YouTube.com/@ClubBaboo
- YouTube.com/@FrameOrder
Re: No thumbnails in timeline after using "tv_LoadSequence"
There is several other ways.
You can use tv_readtextfile to get names of files in a folder.
Yoy can use tv_fileinfo to get width and height of image file so you can create a project with the right dimension
Then you can import each file with a While loop for instance and
Tv_loadImage
So I think it is possible to make an import script as you descibe
-Mads
You can use tv_readtextfile to get names of files in a folder.
Yoy can use tv_fileinfo to get width and height of image file so you can create a project with the right dimension
Then you can import each file with a While loop for instance and
Tv_loadImage
So I think it is possible to make an import script as you descibe
-Mads
Re: No thumbnails in timeline after using "tv_LoadSequence"
Thank you!!
I'll try that
I'll try that
- Lukas Sketch Panel
- TVPaint Pro 11.7.3
- MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
- Wacom Cintiq 27QHD + Wacom Intuos4
- YouTube.com/@ClubBaboo
- YouTube.com/@FrameOrder
Re: No thumbnails in timeline after using "tv_LoadSequence"
I broke my head getting it to work, but it works
tv_LoadSequence is quite useful this way...
tv_LoadSequence is quite useful this way...
- Lukas Sketch Panel
- TVPaint Pro 11.7.3
- MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
- Wacom Cintiq 27QHD + Wacom Intuos4
- YouTube.com/@ClubBaboo
- YouTube.com/@FrameOrder
Re: No thumbnails in timeline after using "tv_LoadSequence"
Which way? How are you using tv_loadsequence?Lukas wrote: tv_LoadSequence is quite useful this way...
Re: No thumbnails in timeline after using "tv_LoadSequence"
Haha oops...
I meant to write: "tv_LoadSequence is not very useful this way..."
In the end I used tv_LoadImage, but it was a lot more work to get it working correctly.
I meant to write: "tv_LoadSequence is not very useful this way..."
In the end I used tv_LoadImage, but it was a lot more work to get it working correctly.
- Lukas Sketch Panel
- TVPaint Pro 11.7.3
- MacBook Pro 2018 macOS Ventura 13.4.1 + PC Windows 10
- Wacom Cintiq 27QHD + Wacom Intuos4
- YouTube.com/@ClubBaboo
- YouTube.com/@FrameOrder
Re: No thumbnails in timeline after using "tv_LoadSequence"
Ok I understand . Yes it is more work. but at least it is possible. And tv_loadImage is more flexible maybe you at some point would need to do something You cannot do with loadSequence anyway.Lukas wrote: In the end I used tv_LoadImage, but it was a lot more work to get it working correctly.
FOr instance import images with different names in the same folder and time it frrom an EDL exported from premiere,
This is how I at a point got timing from Premiere to TVPaint.
But nice you made it work
Re: No thumbnails in timeline after using "tv_LoadSequence"
Hi LucasMads Juul wrote: I dont think it is possible to preload images with tv_loadSequence.
I just found out it is possible to preload images with tv_loadSequence. You just have to add "PRELOAD" at the end of the cammond like
Code: Select all
tv_loadSequence filepath "PRELOAD"
http://wiki.tvpaint.fr/index.php?title=Tv_LoadSequence" onclick="window.open(this.href);return false;
I also discovered there is a george function for loading dependencies of a layer
Code: Select all
tv_layerloaddependencies layerID
Kind Regards Mads
Re: No thumbnails in timeline after using "tv_LoadSequence"
After discovering that is actually is possible to preload a sequence with "tv_loadSequence", I stumbled on this thread from 2008
http://forum.tvpaint.com/viewtopic.php? ... it=preload" onclick="window.open(this.href);return false;
I was wondering about this question for the developers
Is it possible to enable/disable the layer option "Show Thumbnails" with George?
Kind Regards Mads
http://forum.tvpaint.com/viewtopic.php? ... it=preload" onclick="window.open(this.href);return false;
I was wondering about this question for the developers
Is it possible to enable/disable the layer option "Show Thumbnails" with George?
Kind Regards Mads
Re: No thumbnails in timeline after using "tv_LoadSequence"
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
Re: No thumbnails in timeline after using "tv_LoadSequence"
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
Maybe when using tv_loadSequence I think the show thumbnails should be enabled by default.
-Mads