Page 1 of 1

Export Entire Project as PSD with layers

Posted: 13 Apr 2012, 10:56
by Sewie
I would like to add a feature request for PSD-with-layers export for the entire Project. I know it's possible for individual Clips but I'd like to have an option for the entire Project as well. It would be a big timesaver!

Re: Export Entire Project as PSD with layers

Posted: 13 Apr 2012, 21:16
by ulrik
I second that, and also import psd sequence with layers
+1

Re: Export Entire Project as PSD with layers

Posted: 09 May 2012, 09:07
by Sewie
I'd just like to kick this request up again.

Re: Export Entire Project as PSD with layers

Posted: 09 May 2012, 09:10
by Mads Juul
+1.

Re: Export Entire Project as PSD with layers

Posted: 10 May 2012, 12:23
by Elodie
Sorry Sometimes we forget to answer feature request posts. :? It is noted :wink:

Re: Export Entire Project as PSD with layers

Posted: 10 May 2012, 19:20
by Sewie
Thanks!

Re: Export Entire Project as PSD with layers

Posted: 12 Jun 2012, 13:10
by Sewie
But didn't make it in update 10.0.7. Will it in some future version or is it a 'no- priority'?

Re: Export Entire Project as PSD with layers

Posted: 12 Jun 2012, 14:22
by Elodie
We didn't have the time to work on this yet. You know, first we correct important bugs and add "simple" features, and then, we look at complicated things :p And when there is a lot of little improvements, we release a new version.

But don't worry, it is still in the To do list ;)

Re: Export Entire Project as PSD with layers

Posted: 19 Aug 2014, 12:23
by Peter Wassink
just checking here to see if i might have missed the implementation of a
load PSD sequence. :wink:

i need to load a sequence of psd's, each with two layers.
i'd like to see tvpaint create a 2 layer project from this batch

i know this option could potentially cause problems when the imported psd files are not organised similar

But in this case its a very consistent batch so why could not tvpaint handle psd sequences under the condition that the imported batch is uniform in its layer structure and dimensions?

Re: Export Entire Project as PSD with layers

Posted: 21 Aug 2014, 11:03
by papparaffie
In reply to the last post from Peter Wassink.

There are several way's to solve your problem.

option one:
Create an automated batch in Photoshop, disabeling the top layer and save as any format but .psd, so you can import them as as sequence in TVP.
Do the same for the bottom layer.

Option two:
Use a george script.
I added an example which should do the trick.
What it basically does is copy/paste the layers from the files to one project.
load_layered_PSD_sequence.grg
George script to load a dual layered PSD Sequence
(2.65 KiB) Downloaded 1150 times

Re: Export Entire Project as PSD with layers

Posted: 22 Aug 2014, 09:00
by Peter Wassink
Hey Rav! Dank je.

I ended up doing it as in your first suggestion but i'll keep this script for the next occasion.

thanks!