When working in TVPaint and exporting layers for compositing in After Effects, one of the best ways to get the footage into comps is to export layer structures intact in PSDs. The problem is that many layers (like sketch layers) are not needed in the composition, and things like backgrounds end up in every document frame making for large file sizes.
Before exporting, these layers need to be deleted, but it would be great if you could simply choose which layers are included in the export. It could be as simple as selecting the layers prior to entering the dialog, or maybe include some checkboxes on the export screen. I've attached an example of what I was thinking.
Hopefully this is helpful, let me know what you think!
Clip : Layers Structure > PSD - Layer Choice
Re: Clip : Layers Structure > PSD - Layer Choice
What about duplicating the clip and erase unnecessary stuff in the one you export?
TVP 10.0.18 and 11.0 MacPro Quadcore 3GHz 16GB OS 10.6.8 Quicktime 7.6.6
TVP 11.0 and 11.7 MacPro 12core 3GHz 32GB OS 10.11 Quicktime 10.7.3
TVP 11.7 Mac Mini M2pro 32GB OS 13.5
TVP 11.0 and 11.7 MacPro 12core 3GHz 32GB OS 10.11 Quicktime 10.7.3
TVP 11.7 Mac Mini M2pro 32GB OS 13.5
Re: Clip : Layers Structure > PSD - Layer Choice
or alternatively :
- Ctrl-Select the unwanted layers, RMB-Selected Layers Delete,
- Export PSD (Layers Structure)
- then, once the Export done, Hit key to Undo the last Delete action,
and so to recover all the initial stuff.
- Ctrl-Select the unwanted layers, RMB-Selected Layers Delete,
- Export PSD (Layers Structure)
- then, once the Export done, Hit key to Undo the last Delete action,
and so to recover all the initial stuff.
Re: Clip : Layers Structure > PSD - Layer Choice
ZigOtto wrote:or alternatively :
- Ctrl-Select the unwanted layers, RMB-Selected Layers Delete,
- Export PSD (Layers Structure)
- then, once the Export done, Hit key to Undo the last Delete action,
and so to recover all the initial stuff.
This is what I do currently, it's just a little bit of a pain sometimes since using color groups often mean hidden layers I can't see on the timeline without enabling them, etc. The best Near term alternative I can think of is to make some kind of George script that looks at the layer names and deletes all layers that have a certain prefix (like EX_, example being "EX_lines") and delete the rest, but I'm not familiar enough with the scripting to pull this off.
This is why I'm suggesting a feature request to have a persisting preference of what gets exported when sending out later structure PSDs
- NathanOtano
- Posts: 1208
- Joined: 01 Apr 2014, 07:07
- Location: Biarritz, France
- Contact:
Re: Clip : Layers Structure > PSD - Layer Choice
Just saying, but for After Effect you can use this awesome script :
http://forum.tvpaint.com/viewtopic.php? ... 8&start=75" onclick="window.open(this.href);return false;
http://forum.tvpaint.com/viewtopic.php? ... 8&start=75" onclick="window.open(this.href);return false;
Working on Windows 10
Creator of Disnosc, providing storyboard, animation and design for 2D realistic pictural animation: https://www.disnosc.fr/ - nathanotano@disnosc.fr
Highly interested in animation workflows, I'm open to scripting new TVP functions for individuals and studios.
Creator of Disnosc, providing storyboard, animation and design for 2D realistic pictural animation: https://www.disnosc.fr/ - nathanotano@disnosc.fr
Highly interested in animation workflows, I'm open to scripting new TVP functions for individuals and studios.
Re: Clip : Layers Structure > PSD - Layer Choice
Thanks for the heads up! The script isn't quite what I'm after, since the PSD export is so much better for what I need it for, so I'm going to use color groups to make selecting layers to delete much easier, at least until a layer choice option in structured clip export is added, if they see it being a useful feature.NathanOtano wrote:Just saying, but for After Effect you can use this awesome script :
http://forum.tvpaint.com/viewtopic.php? ... 8&start=75" onclick="window.open(this.href);return false;
Re: Clip : Layers Structure > PSD - Layer Choice
it could be useful, I agree. But I can't say when it can be done.
Fabrice Debarge
Re: Clip : Layers Structure > PSD - Layer Choice
I don't know if scripting is an option.
But then you could use this command
http://wiki.tvpaint.fr/index.php?title= ... eStructure
And then delete the unwanted layers before exporting or something.
So I think what you ask for is possible to do through scripting, if you need the feature now.
-Mads
But then you could use this command
Code: Select all
tv_clipsavestructure path "PSD" "mode" "all"
And then delete the unwanted layers before exporting or something.
So I think what you ask for is possible to do through scripting, if you need the feature now.
-Mads