Re: cam rig

2014-04-02 Thread Morten Bartholdy
Cool! Thanks for sharing Martin. Morten Den 1. april 2014 kl. 19:11 skrev Martin Yara furik...@gmail.com: I was doing a camera animation today and wanted to try this Vertigo effect so I wrote an script. If it helps, you can download it here:

Re: cam rig

2014-04-01 Thread Martin Yara
I was doing a camera animation today and wanted to try this Vertigo effect so I wrote an script. If it helps, you can download it here: https://www.4shared.com/file/dvfP6MMOba/mVertigo.html Select your cam, execute. What it does: Create a PPG with your screen width and height in SI units

Re: cam rig

2014-04-01 Thread Eugene Flormata
cool! I'll take a look one day I want to be able to code stuff too, hopefully in fabric engine. https://drive.google.com/folderview?id=0B_9lezVBprmDdEZtdUNzUmpVYjAusp=sharing here's my rig I used to animate flybys and stuff with a normal cam. used to take so long till I made this rig (prior to

Re: cam rig

2014-04-01 Thread Stephen Davidson
Thanks. And thanks for sharing on Google Drive. I use Google drive so much that I bought more space. It is so cheap, it is worth it to be able to share and sync to all my devices and pc. Thanks, again. On Tue, Apr 1, 2014 at 3:36 PM, Eugene Flormata eug...@flormata.com wrote: cool! I'll take

Re: cam rig

2014-04-01 Thread Eugene Flormata
aha I use it for sharing mostly. bigger files I just use bytorrent sync very handy On Tue, Apr 1, 2014 at 1:24 PM, Stephen Davidson magic...@bellsouth.netwrote: Thanks. And thanks for sharing on Google Drive. I use Google drive so much that I bought more space. It is so cheap, it is worth it

Re: cam rig

2014-03-31 Thread patrick nethercoat
sorry, I was away for the weekend. Glad it turned out right. On 30 March 2014 02:23, Eugene Flormata eug...@flormata.com wrote: hah! nevermind! I figured it out thanks! now my rig can do everything i want! On Fri, Mar 28, 2014 at 8:45 PM, Eugene Flormata eug...@flormata.comwrote: Thanks

Re: cam rig

2014-03-31 Thread Eugene Flormata
Well I haven't done trig since high school so it took a while to relearn off google images search. Anyways Stephen's code was more pseudo and not copy paste. And I learned there's an atan! Which I only tried to solve the rig with tan. I'll post my rig up once I clean it up a bit. Now all I need

Re: cam rig

2014-03-29 Thread Eugene Flormata
hah! nevermind! I figured it out thanks! now my rig can do everything i want! On Fri, Mar 28, 2014 at 8:45 PM, Eugene Flormata eug...@flormata.comwrote: Thanks for the tip! Just tried it but nothing! but not sure how to implement that expression, do you have a sample scene? On Fri, Mar

cam rig

2014-03-28 Thread Eugene Flormata
hi, I'm still new to TD type things can I get an opinion on how to build out a dolly zoom into soft? https://docs.unity3d.com/Documentation/Manual/DollyZoom.html I think the extent of my ability is to drag and drop expression editor links I'm trying to upgrade my camera rig for animating. at

Re: cam rig

2014-03-28 Thread patrick nethercoat
Hi Eugene, Here's a simple way with an expression: 1. Give your camera a custom parameter (CPSet is called Vertigo, hence *Camera.Vertigo.width_at_interest)* to define the width at the interest that needs to remain static. 2. An expression on the camera FOV: *atan(

Re: cam rig

2014-03-28 Thread Eugene Flormata
Thanks for the tip! Just tried it but nothing! but not sure how to implement that expression, do you have a sample scene? On Fri, Mar 28, 2014 at 10:19 AM, patrick nethercoat patr...@brandtanim.co.uk wrote: Hi Eugene, Here's a simple way with an expression: 1. Give your camera a custom