Camera Movement from point to point.

 

There are solutions for A-B paths, A-B-C paths sequence

The problem with those is that once once you change path you jump from position to position since position B from path 1, and position A from path 2 are not animated.

So what I am looking for is to have a list of positions 1,2,3,4,....N, and when I click one of the buttons to move the camera from the current point to that point.
How much time for that transition? Simply have a field for that and take that active value as a transition time.

Is there something like that?


P.S How does the camera mover module work? (in case I have to build the previous functionality by myself.

   buffos

 
Profile Image
TwentyStudios
  -  

Just set the same position for A and B and enable Smoothing in in the Camera module. You can adjust smoothing for each path to control how fast the camera moves. 

 
Profile Image
buffos
  -  

Wait. 

Set 1: A=B = position 1.
Set 2: A=B = position 2.

press 1 and then press 2 how do you control the time from 1 to 2? You can only control from A to B as far as I can tell. 
Am I missing something here?

By the way, thank you for your answer.

 
Profile Image
TwentyStudios
  -  

If you’re using a recent version, you enable smoothing on the far right side of the camera path switcher. You can the. Control the time it takes moving between positions by adjusting the Smooth amount for each position. There is also a smoothing Master parameter. 

 
Profile Image
buffos
  -  

Thank you. I  have not found out about that. It works perfectly.