Flip a sequence horizontal, is that possible

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
User avatar
pigbelly
Posts: 31
Joined: 07 Sep 2008, 15:14
Location: Sweden
Contact:

Flip a sequence horizontal, is that possible

Post by pigbelly »

Hi there

I'm trying to Flip a sequence horizontal, is that possible??? (meaning that I want to invert my animation)

and also when I use the transform tool to manipulate many images at the same time, when I apply it adds images(inbetweens) into my shoot???

cheers
/Tommie
http://www.pigbelly.com
Last edited by pigbelly on 01 Apr 2009, 08:47, edited 1 time in total.
------------------------
Tommie
www.pigbelly.com
------------------------
User avatar
malcooning
Posts: 2114
Joined: 29 Mar 2006, 12:43
Location: Tel Aviv
Contact:

Re: Flip a sequence horizontal, is that possible

Post by malcooning »

pigbelly wrote:Hi there

I'm trying to Flip a sequence horizontal, is that possible???
1. Modify > flip horizontally
2. undo
3. select all frames
4. Enter

As well, if you want to only see it flipped, without really flipping it, you can set it in the View menu.
User avatar
pigbelly
Posts: 31
Joined: 07 Sep 2008, 15:14
Location: Sweden
Contact:

Re: Flip a sequence horizontal, is that possible

Post by pigbelly »

oohhh

cool

BUT its creates a frame per frame if you know what I mean?? I mean I have lets say 6 key frames for a sequence of 30 frames, after modify I have a key per frame...

/T
------------------------
Tommie
www.pigbelly.com
------------------------
User avatar
slowtiger
Posts: 2949
Joined: 08 May 2008, 21:10
Location: berlin, germany
Contact:

Re: Flip a sequence horizontal, is that possible

Post by slowtiger »

Layer -> Exposure -> Recompute Exposure, will remove all unnecessary frames.
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
User avatar
malcooning
Posts: 2114
Joined: 29 Mar 2006, 12:43
Location: Tel Aviv
Contact:

Re: Flip a sequence horizontal, is that possible

Post by malcooning »

Beat me to it.
And if you find yourself doing this operations sequence often, just create a button for all these actions.
User avatar
pigbelly
Posts: 31
Joined: 07 Sep 2008, 15:14
Location: Sweden
Contact:

Re: Flip a sequence horizontal, is that possible

Post by pigbelly »

here is a image reference of my problem:

Before I modify.
TVP_frames_v01.jpg
TVP_frames_v01.jpg (29.54 KiB) Viewed 28203 times
after.
TVP_frames_v02.jpg
TVP_frames_v02.jpg (31.59 KiB) Viewed 28207 times

cheers
/Tommie
------------------------
Tommie
www.pigbelly.com
------------------------
User avatar
pigbelly
Posts: 31
Joined: 07 Sep 2008, 15:14
Location: Sweden
Contact:

Re: Flip a sequence horizontal, is that possible

Post by pigbelly »

Great!!!! Love you guys

But i cant help to think that maybe the re-compute thing should be dafault???? can one put it to default??

cheers
/T
------------------------
Tommie
www.pigbelly.com
------------------------
User avatar
malcooning
Posts: 2114
Joined: 29 Mar 2006, 12:43
Location: Tel Aviv
Contact:

Re: Flip a sequence horizontal, is that possible

Post by malcooning »

pigbelly wrote:Great!!!! Love you guys

But i cant help to think that maybe the re-compute thing should be dafault???? can one put it to default??

cheers
/T
It's a matter of preference. Probably I agree with you: TVP should check if there are instances in the layer, and if so, recreate them after the flip. But since the process is fragmented (you apply a single flip to each frame on the timeline via applying the last action, aka Enter) it is difficult to implement it.
The most natural way to apply a flip should be to apply it to Instance HEADS only. This would also flip the layer more quickly (calculate times).

In the meantime, you can make it a default behavior for yourself by making a button of the actions you did to flip the layer and recompute frames.
User avatar
pigbelly
Posts: 31
Joined: 07 Sep 2008, 15:14
Location: Sweden
Contact:

Re: Flip a sequence horizontal, is that possible

Post by pigbelly »

ohh didn't know you could do actions??

/T
------------------------
Tommie
www.pigbelly.com
------------------------
User avatar
malcooning
Posts: 2114
Joined: 29 Mar 2006, 12:43
Location: Tel Aviv
Contact:

Re: Flip a sequence horizontal, is that possible

Post by malcooning »

pigbelly wrote:ohh didn't know you could do actions??

/T
well, it's not really recording actions (like in photoshop), just recreating them as commands in sequence in a custom button. It's not the most intuitive, but very efficient.
User avatar
malcooning
Posts: 2114
Joined: 29 Mar 2006, 12:43
Location: Tel Aviv
Contact:

Re: Flip a sequence horizontal, is that possible

Post by malcooning »

Tommie, if you set your button like this you'll get a nice general automation of re-applying any last action on instances only. Can be used with anything that can be applied on singles frames.
Thanks Zigotto for pointing to this script line.
reapply.png
reapply.png (4.32 KiB) Viewed 28142 times
Last edited by malcooning on 02 Apr 2009, 00:15, edited 1 time in total.
User avatar
ZigOtto
Posts: 4102
Joined: 17 Feb 2006, 22:50
Location: south-Petazonia

Re: Flip a sequence horizontal, is that possible

Post by ZigOtto »

well, to answer to Tommie first question, I think the easiest way
to Horizontal-flip a selection of frames without breaking the Instance's exposures
actually is to make yourself a Hflip custom button with this single command :

Code: Select all

tv_cmd heads tv_FlipImageX
see attached pict.
8)

but I agree this can be add to the future requests list :
- make the Horiz./Vert./Both Axis Image Flip commands repecting the Instances
(working on Heads only).
Attachments
hflipheadsonly.png
hflipheadsonly.png (5.54 KiB) Viewed 28123 times
User avatar
malcooning
Posts: 2114
Joined: 29 Mar 2006, 12:43
Location: Tel Aviv
Contact:

Re: Flip a sequence horizontal, is that possible

Post by malcooning »

ZigOtto wrote:well, to answer to Tommie first question, I think the easiest way
to Horizontal-flip a selection of frames without breaking the Instance's exposures
actually is to make yourself a Hflip custom button with this single command :

Code: Select all

tv_cmd heads tv_FlipImageX
see attached pict.
8)

but I agree this can be add to the future requests list :
- make the Horiz./Vert./Both Axis Image Flip commands repecting the Instances
(working on Heads only).
cool. I wasn't aware the 'heads' is usable in all those forms.
Post Reply