Is there a way to import a sequence (image001.png, image002.png ...) on different automatically generated layers for each image ?
(wasn't there a tool, once ? )
image sequence--> layers
- Klaus Hoefs
- Posts: 570
- Joined: 03 May 2008, 22:24
- Location: Hamburg
- Contact:
Re: image sequence--> layers
There was a script or something called "verticalizer". Will check in the content sharing section.
Fabrice Debarge
Re: image sequence--> layers
do you mean all the images at frame1, or sequentially aligned one after the other in the timeline ?Klaus Hoefs wrote:Is there a way to import a sequence (image001.png, image002.png ...) on different automatically generated layers for each image ?
(wasn't there a tool, once ? )
and do you need each image in image-layer or anim-layer ?
anyway, a script should do what you need,
f.i., after loading your sequence in an anim-layer, use a button which stacks these 2 commands :
Code: Select all
Layer: Select All Images
Layer: New Layers from Selected Images
to num and parse the new created layers.
Re: image sequence--> layers
Once, I created a button with doing :
And tada, your sequence is on 1 single layer, in the good order.
Code: Select all
Layer : Select all
Layer : Link
Layer : Merge Selected
Layer : Select all images
Layer : Reverse selected
- Klaus Hoefs
- Posts: 570
- Joined: 03 May 2008, 22:24
- Location: Hamburg
- Contact:
Re: image sequence--> layers
Thank you very much,
I was in need because some students wanted to import their scanned hand-drawings into TVP for an animatic. It is more comfortable to have each image on a separate layer for time-adjusting.
Raymond, your script-idea did it - I just added one more command to hide the parent-layer before ending.
Thanks !
I was in need because some students wanted to import their scanned hand-drawings into TVP for an animatic. It is more comfortable to have each image on a separate layer for time-adjusting.
Raymond, your script-idea did it - I just added one more command to hide the parent-layer before ending.
Thanks !