in_RealCamShake v1.2


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Luca Mignardi
Real Camera Shake Samples (Steady, Walk and Explosion). Scan recorded with a camera rig and 3D tracked. Organized into this gizmo to works in 2D and 3D mode.
Requirements:
9.0, 8.0, 7.1, 7.0, 6.3, 6.2, 6.1, 6.0 or later
Linux, Mac, Windows
20 Oct 2020
4036

First release samples available:

Steady, Walk, Explosions

You can also export when you are happy with your setting (because can be quite heavy)

 

Next version will come with run, gun and earthquake samples.

Please login in order to download these files.

Comments   

 
0 # Anatoliy Samoylenko 2014-09-12 10:15
Thank you!
 
 
0 # Giulio Galinos 2015-07-01 12:10
Hi there

How does one convert this into a .gizmo file? I try to copy and paste the text into the node graph and crashes Nuke9.0v4....

Regards
Giulio
 
 
0 # Sven Akelian 2015-07-07 09:14
Quoting Giulio Galinos:
Hi there

How does one convert this into a .gizmo file? I try to copy and paste the text into the node graph and crashes Nuke9.0v4....

Regards
Giulio

Simply rename the .txt to .gizmo. Place in your .nuke/gizmos or whatever is set in your init.py and it will load in Nuke.

nuke.menu("Nodes").addCommand('in_RealCamShake', 'nuke.createNod e("in_RealCamSh ake_v0.1")')
 
 
0 # Giulio Galinos 2015-07-07 14:52
Thanks so much. This works like a charm and very useful I must say!
Much respect. 8)
 
 
0 # Tom Li 2016-01-25 12:26
I can't seem to get it to work :'(

I get an error stating: "Invalid syntax (, line1)

So.. What am I doing wrong?

Thanks in advance,

T.
 
 
0 # Frank Rueter 2016-01-25 20:26
Maybe a download error? It works for me, but I have to unrar it first, then rename the .txt file to .gizmo, then remove the additional dot from the file name and then it will work.
I don't know why this tool got uploaded in such a state.
Luca, it'd be nice to clean up and re-upload if you can find the time. This would actually make it auto-install in an upcoming tool I am developing for Nukepedia.
 
 
0 # Tom Li 2016-02-03 13:10
Well, I did everything you said there, but still get that error.

I did this:

1: download
2: rename the file to .gizmo and removed the ' . ' from the name
3: edited the init.py file added

nuke.menu("Node s").addCommand( 'in_RealCamShak e', 'nuke.createNod e("in_RealCamSh ake_v0.1")')

4: opened up nuke and did a update all plugins
5: Tried to run InRealcamshake
6: Error

Did I miss something ?

thanks in advance :)
 
 
0 # Frank Rueter 2016-02-03 19:58
What exactly is the error saying?
 
 
0 # Tom Li 2016-02-09 20:15
invalid syntax (, line 1)

This is what's my error saying. Have no idea what that means!

Thanks!
 
 
0 # Frank Rueter 2016-02-09 21:09
Weird. Can you post the contents of the .tx/.gizmo file?
 
 
0 # Tom Li 2016-02-16 22:49
I'm sorry for the late response always :/
Somehow these reply mails get sorted into the spam section of my inbox.

Thanks for taking the time to help :)

Here is the content of the .gizmo file:

Group {
name in_RealCamShakeV1_1
knobChanged "\ntk = nuke.thisKnob() \ntn = nuke.thisNode() \n\n\nif tk.name() == 'sample':\n target_node_nam e = tn.knob('sample ').value()\n\n with nuke.thisNode() :\n #2D Op\n tra_expr2d = str(target_node_nam e) + \"_2D\" + \".translate\"\ n nuke.toNode('Ma in2D').knob('tr anslate').setEx pression(tra_ex pr2d) \n\n rot_expr2d = str(target_node_nam e) + \"_2D\" + \".rotate\"\n nuke.toNode('Ma in2D').knob('ro tate').setExpre ssion(rot_expr2 d)\n\n sca_expr2d = str(target_node_nam e) + \"_2D\" + \".scale\"\n nuke.toNode('Ma in2D').knob('sc ale').setExpres sion(sca_expr2d )\n\n cen_expr2d = str(target_node_nam e) + \"_2D\" + \".center\"\n nuke.toNode('Ma in2D').knob('ce nter').setExpre ssion(cen_expr2 d)\n\n\n #3D Op\n tra_expr3d = str(target_node_nam e) + \"_3D\" + \".translate\"\ n nuke.toNode('Ma in3D').knob('tr anslate').setEx pression(tra_ex pr3d) \n\n rot_expr3d = str(target_node_nam e) + \"_3D\" + \".rotate\"\n nuke.toNode('Main3D').knob('rotate').setExpression(rot_expr3d)\n\n\n\n"
tile_color 0x196654ff
addUserKnob {20 RealCamShake}
addUserKnob {52 KnobChanged T "nuke.thisNode( ).knob('knobCha nged').setValue ('''\ntk = nuke.thisKnob() \ntn = nuke.thisNode() \n\n\nif tk.name() == 'sample':\n target_node_nam e = tn.knob('sample ').value()\n\n with nuke.thisNode() :\n #2D Op\n tra_expr2d = str(target_node_nam e) + \"_2D\" + \".translate\"\ n nuke.toNode('Ma in2D').knob('tr anslate').setEx pression(tra_ex pr2d) \n\n rot_expr2d = str(target_node_nam e) + \"_2D\" + \".rotate\"\n nuke.toNode('Ma in2D').knob('ro tate').setExpre ssion(rot_expr2 d)\n\n sca_expr2d = str(target_node_nam e) + \"_2D\" + \".scale\"\n nuke.toNode('Ma in2D').knob('sc ale').setExpres sion(sca_expr2d )\n\n cen_expr2d = str(target_node_nam e) + \"_2D\" + \".center\"\n nuke.toNode('Ma in2D').knob('ce nter').setExpre ssion(cen_expr2 d)\n\n\n #3D Op\n tra_expr3d = str(target_node_nam e) + \"_3D\" + \".translate\"\ n nuke.toNode('Ma in3D').knob('tr anslate').setEx pression(tra_ex pr3d) \n\n rot_expr3d = str(target_node_nam e) + \"_3D\" + \".rotate\"\n nuke.toNode('Ma in3D').knob('ro tate').setExpre ssion(rot_expr3 d)\n\n\n\n''')" +STARTLINE}
addUserKnob {4 type M {2D 3D}}
addUserKnob {4 sample M {Steady_01 Walk_01 Walk_03 Explosion_01 Explosion_02 Explosion_03 Explosion_04 Explosion_05 Explosion_06 Explosion_07 Explosion_08 Explosion_09 Explosion_10 Explosion_11 "" "" "" "" "" "" ""}}
sample Explosion_03
addUserKnob {3 start_at l "start at"}
addUserKnob {26 space1 l "" +STARTLINE T " "}
addUserKnob {26 Amount l "@b;Amount"}
addUserKnob {3 focal_lenght l "focal lenght"}
focal_lenght 24
addUserKnob {26 info1 l " " -STARTLINE T "(only for 2D)"}
addUserKnob {7 translate_gain l translate R 0 4}
translate_gain 1
addUserKnob {7 rotate_gain l rotate R 0 4}
rotate_gain 1
addUserKnob {7 scale_gain l scale R 0 4}
scale_gain 1
addUserKnob {7 frequency_mult l "frequency mult" R 0 4}
frequency_mult 1
addUserKnob {26 spare2 l "" +STARTLINE T " "}
addUserKnob {26 transform2D_out l "@b;OUTPUT 2D"}
addUserKnob {41 translate T Main2D.translate}
addUserKnob {41 rotate T Main2D.rotate}
addUserKnob {41 scale T Main2D.scale}
addUserKnob {41 center T Main2D.center}
addUserKnob {41 invert_matrix l invert T Main2D.invert_matrix}
addUserKnob {41 filter T Main2D.filter}
addUserKnob {41 clamp -STARTLINE T Main2D.clamp}
addUserKnob {41 black_outside l "black outside" -STARTLINE T Main2D.black_outside}
addUserKnob {41 motionblur T Main2D.motionblur}
addUserKnob {41 shutter T Main2D.shutter}
addUserKnob {41 shutteroffset l "shutter offset" T Main2D.shutteroffset}
addUserKnob {41 shuttercustomof fset l "" -STARTLINE T Main2D.shuttercustomof fset}
addUserKnob {26 spare3 l "" +STARTLINE T " "}
addUserKnob {26 transform3d_out l "@b;OUTPUT 3D"}
addUserKnob {41 translate_1 l translate T Main3D.translate}
addUserKnob {41 rotate_1 l rotate T Main3D.rotate}
addUserKnob {26 spare4 l "" +STARTLINE T " "}
addUserKnob {26 Export_divider l "@b;EXPORT"}
addUserKnob {3 Range_in l Range}
addUserKnob {3 Range_out l " " -STARTLINE}
Range_out 100
addUserKnob {22 Export t "\nif nuke.thisNode() .input(0) == None:\n raise ValueError, \"Missing inputs\"\nelse: \n original_tracke r = nuke.thisNode() .input(0)\n\nif nuke.thisNode() .input(1) == None:\n raise ValueError, \"Missing inputs\"\nelse: \n lens_distorsion = nuke.thisNode() .input(1)\n\n\n\nnuke.thisNode().begin()\nread_data_out = nuke.toNode(\"r ead_uv\")\n\nbb ox_x = int(nuke.value( \"DotReadBBox\" + \".bbox.x\"))\n bbox_y = int(nuke.value( \"DotReadBBox\" + \".bbox.y\"))\n bbox_r = int(nuke.value( \"DotReadBBox\" + \".bbox.r\"))\n bbox_t = int(nuke.value( \"DotReadBBox\" + \".bbox.t\"))\n \nformat_x = int(nuke.value( \"DotReadBBox\" + \".format.x\")) \nformat_y = int(nuke.value( \"DotReadBBox\" + \".format.y\")) \nformat_r = int(nuke.value( \"DotReadBBox\" + \".format.r\")) \nformat_t = int(nuke.value( \"DotReadBBox\" + \".format.t\")) \n\nmax_r = 0.94435\nmax_t = 0.98134\n\nincr ement_r = 0.00028\nincrem ent_t = 0.00083\n \nnuke.thisNode ().end()\n\n\n\ nwidth = nuke.toNode(original_tracke r.name()).width()\nheight = nuke.toNode(original_tracke r.name()).height()\n\nfirst_f = int(bake_tracke r\['first_f'].v alue())\nlast_f = int(bake_tracke r\['last_f'].va lue())\n\n#math = not bake_tracker\[' math'].value()\ n\n###### Check Inputs\nif original_tracke r.Class() != \"Tracker3\" and original_tracke r.Class() != \"Tracker4\":\n raise ValueError, \"Works only with Tracker3 and Tracker4 Class\"\n\n#### ## Duplicate Original Track in root\nwith nuke.root(): \n nuke.selectAll( )\n nuke.invertSele ction()\n nuke.toNode(original_tracke r.name()).knob('selected').setValue(True)\n nuke.nodeCopy(\ "%clipboard%\") \n nuke.selectAll( )\n nuke.invertSele ction()\n nuke.nodePaste( \"%clipboard%\" )\n nuke.selectedNode()\['label'].setValue(original_tracke r.name() + \"_Baked\")\n nuke.selectedNo de()\['tile_col or'].setValue(1 6711935)\n nuke.selectedNo de().setXYpos(b ake_tracker\['x pos'].value(), bake_tracker\[' ypos'].value()+ 50)\n\n baked_tracker = nuke.selectedNo de()\n nuke.selectAll( )\n nuke.invertSele ction()\n\n###Duplicate Original LensDist in Group\nwith nuke.toNode(bak e_tracker.name( )):\n if nuke.exists(\"O riginal_LensDis t\") == True:\n nuke.delete(nuke.toNode(\"Original_LensDist\"))\n\nnuke.selectAll( )\nnuke.invertSele ction()\nnuke.toNode(lens_distorsion.name()).knob('selected').setValue(True)\nnuke.nodeCopy(\ "%clipboard%\") \nnuke.selectAll( )\nnuke.invertSele ction()\nwith nuke.toNode(bak e_tracker.name( )):\n nuke.toNode(\"D otLensInput\"). knob('selected' ).setValue(True )\n nuke.nodePaste( \"%clipboard%\" )\n nuke.selectedNo de()\['name'].s etValue(\"Origi nal_LensDist\") \n baked_lens_dist orsion = nuke.selectedNo de()\n \n if baked_lens_dist orsion.Class() == \"LensDistortio n1_0\":\n baked_lens_dist orsion\['outputType'].setValue(0)\n baked_lens_dist orsion.knob('invertDistortion').setValue(0)\n \n nuke.selectAll( )\n nuke.invertSele ction()\n\n\nnuke.show(baked_tracker)" T "tn = nuke.thisNode() \ntype = tn.knob('type') .value()\nsampl e = tn.knob('sample ').value()\nran ge_in = tn.knob('Range_ in').value()\nr ange_out = tn.knob('Range_out').value()\n\n\nnuke.selectAll( )\nnuke.invertSele ction()\n\nwith tn:\n Main2D_node = nuke.toNode('Ma in2D')\n Main3D_node = nuke.toNode('Ma in3D')\n\n if type == \"2D\":\n Main2D_node.kno b('selected').s etValue(True)\n nuke.nodeCopy(\ "%clipboard%\") \n nuke.selectAll( )\n nuke.invertSele ction()\n nuke.nodePaste( \"%clipboard%\" )\n \n baked_Main2D = nuke.selectedNo de()\n baked_Main2D\[' name'].setValue (sample)\n baked_Main2D\[' label'].setValu e(tn.name() + \"_Baked\")\n baked_Main2D\[' tile_color'].se tValue(42613683 1)\n \n nuke.animation( str(baked_Main2 D.name()) + \".translate.x\ ", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main2 D.name()) + \".translate.y\ ", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main2 D.name()) + \".rotate\", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main2 D.name()) + \".scale\", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main2 D.name()) + \".center.x\", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main2 D.name()) + \".center.y\", \"generate\", (str(range_in), str(range_out), \"1\"))\n\n #numKeys = baked_Main2D.kn ob(\"translate\ ").getNumKeys() \n #keysFrames = \[int(baked_Mai n2D.getKeyTime( i)) for i in range(numKeys)] \n #first_key = keysFrames\[0]\ n #last_key = keysFrames\[-1] \n\n #baked_Main2D\[ 'translate'].an imation(0).key( first_key)\n \n #nuke.Animation Curve(baked_Mai n2D\['translate '], first_key, 'x').setKey(CON STANT)\n\n\n\n nuke.nodeCopy(\ "%clipboard%\") \n nuke.delete(bak ed_Main2D)\n nuke.selectAll( )\n nuke.invertSele ction()\n \n with nuke.root():\n nuke.selectAll( )\n nuke.invertSele ction()\n nuke.nodePaste( \"%clipboard%\" )\n nuke.selectedNo de().setXYpos(i nt(tn\['xpos']. value()+50), int(tn\['ypos'] .value()+50))\n \n elif type == \"3D\":\n Main3D_node.kno b('selected').s etValue(True)\n nuke.nodeCopy(\ "%clipboard%\") \n nuke.selectAll( )\n nuke.invertSele ction()\n nuke.nodePaste( \"%clipboard%\" )\n \n baked_Main3D = nuke.selectedNo de()\n baked_Main3D\[' name'].setValue (sample)\n baked_Main3D\[' label'].setValu e(tn.name() + \"_Baked\")\n baked_Main3D\[' tile_color'].se tValue(42613683 1)\n \n nuke.animation( str(baked_Main3 D.name()) + \".translate.x\ ", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main3 D.name()) + \".translate.y\ ", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main3 D.name()) + \".translate.z\ ", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main3 D.name()) + \".rotate.x\", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main3 D.name()) + \".rotate.y\", \"generate\", (str(range_in), str(range_out), \"1\"))\n nuke.animation( str(baked_Main3 D.name()) + \".rotate.z\", \"generate\", (str(range_in), str(range_out), \"1\"))\n\n \n nuke.nodeCopy(\ "%clipboard%\") \n nuke.delete(bak ed_Main3D)\n nuke.selectAll( )\n nuke.invertSele ction()\n \n with nuke.root():\n nuke.selectAll( )\n nuke.invertSele ction()\n nuke.nodePaste( \"%clipboard%\" )\n nuke.selectedNo de().setXYpos(i nt(tn\['xpos']. value()+50), int(tn\['ypos'] .value()+50))" +STARTLINE}
addUserKnob {26 spare5 l "" +STARTLINE T "\n\n"}
addUserKnob {26 ""}
addUserKnob {32 Button l Lookin t "Visit www.lookinvfx.com for other Nuke Tools\nor contact me to report bugs" T "start http://www.lookinvfx.com/tools/" +STARTLINE}
addUserKnob {26 credit l "" -STARTLINE T " in_RealCamShake v0.1 | Luca Mignardi | 2014"}
}
NoOp {
inputs 0
name Walk_01_2D
xpos -847
ypos 142
addUserKnob {20 Motion_2D_Data}
addUserKnob {12 translate}
translate {{curve((frame- start_at)%(last _key/frequency_ mult)*frequency _mult)*(group.w idth/capture_wi dth)*(focal_len ght/capture_foc al)*translate_g ain 0 -9.379577637 -16.27862549 -21.01959229 -31.37799072 -40.35675049 -43.43572998 -41.9753418 -40.29193115 -40.75866699 -43.11767578 -45.31872559 -42.90063477 -47.06970215 -61.75445557 -64.18078613 -58.70202637 -62.72003174 -71.07745361 -73.5612793 -73.09216309 -72.52142334 -72.26031494 -70.5368042 -63.13305664 -49.85333252 -34.44720459 -28.43823242 -25.72802734 -20.02734375 -22.35174561 -30.14465332 -35.4263916 -37.0100708 -37.9901123 -42.17736816 -51.03100586 -63.02166748 -69.2722168 -72.86767578 -77.80987549 -72.41992188 -65.2020874 -61.76928711 -57.20062256 -48.59777832 -39.96936035 -32.61303711 -29.62805176 -24.83007813 -9.549560547 12.76379395 30.17138672 36.63244629 43.71118164 59.140625 64.65966797 56.7432251 52.10083008 55.35748291 55.82574463 49.21008301 43.21057129 40.96142578 40.30639648 34.35778809 27.76190186 28.15350342 31.21240234 37.10400391 40.70526123 39.777771 40.82342529 42.47344971 43.17529297 41.24346924 38.1940918 35.49645996 36.66772461 40.85162354 47.67559814 52.05291748 50.79071045 44.44433594 32.22814941 20.9319458 15.83782959 15.47033691 16.99108887 14.94372559 10.31799316 7.583435059 4.05078125 -1.683349609 -14.71203613 -23.79498291 -30.72442627 -46.39172363 -63.32452393 -71.11584473 -75.02319336 -78.95507813 -81.99102783 -81.92425537 -74.04016113 -64.04370117 -51.01190186 -48.15533447 -52.16851807 -56.08813477 -68.92175293 -85.27404785 -97.38641357 -103.9112549 -107.892395 -112.2703247 -115.7752075 -116.0854492 -113.8980103 -104.1654663 -90.98394775 -83.34283447 -80.13214111 -77.10070801 -73.61895752 -70.91308594 -67.62921143 -66.19287109 -68.47332764 -69.90032959 -65.58795166 -51.66674805 -31.93884277 -25.31384277 -29.70959473 -24.56268311 -18.08795166 -18.56500244 -21.20318604 -21.37939453 -18.15966797 -17.52978516 -22.1541748 -27.16815186 -25.32702637 -24.38861084 -28.95336914 -29.37738037 -26.14727783 -29.36340332 -35.76379395 -34.35693359 -25.93707275 -19.41583252 -17.7755127 -16.83215332 -10.64135742 1.074462891 11.25769043 11.28509521 16.55596924 32.50720215 40.03430176 40.66827393 43.91229248 48.39697266 47.61462402 41.05456543 32.27380371 24.34967041 16.74230957 9.983398438 -2.93359375 -9.555053711 -1.102050781 -1.534301758 -6.746337891 -6.781433105 -3.352478027 0.2041625977 0.6926879883 0.7310791016 3.130615234 6.659118652 10.75634766 15.75915527 18.3314209 18.39318848 17.2467041 16.68554688 14.42333984 10.60974121 8.244873047 9.098144531 9.635742188 7.328491211 4.701477051 3.475769043 0.546875 -3.830871582 -5.951171875 -7.956787109 -7.419921875 -2.543457031 7.538146973 18.11810303 19.29968262 10.97045898 5.569335938 1.562072754 -3.746459961 -6.972839355 -2.840820313 7.195983887 14.63098145 25.48052979 39.78393555 48.67559814 53.15368652 57.36181641 53.73388672 43.17626953 30.81774902 19.23840332 4.686401367 -13.74035645 -35.15826416 -54.91870117 -70.86517334 -76.394104 -70.97729492 -69.55206299 -67.99194336 -59.13189697 -51.34960938 -49.87139893 -47.4979248 -45.6060791 -47.34625244 -49.96484375 -52.73193359 -52.85900879 -51.46765137 -49.25793457 -44.24591064 -41.47973633 -36.47241211 -25.03509521 -19.03063965 -21.11981201 -21.36712646 -18.97961426 -16.91912842 -15.67565918 -15.92608643 -17.26391602 -20.52355957 -25.6015625 -32.92333984 -43.19299316 -52.07519531 -48.56982422 -44.30743408 -44.14904785 -41.89440918 -36.35510254 -30.9420166 -27.06384277 -24.51690674 -22.07171631 -18.25524902 -12.34387207 -7.173950195 -5.103881836 -3.337768555 2.457641602 4.949829102 -0.2471923828 -4.397827148 -1.49029541 3.16583252 2.935180664 -0.03198242188 -4.389282227 -9.825561523 -17.39794922 -26.23883057 -38.54449463 -46.84765625 -40.11669922 -35.75537109 -42.37426758 -51.56134033 -58.3671875 -61.77709961 -64.60113525 -68.39868164 -68.6875 -61.69274902 -48.18188477 -30.30474854 -21.15661621 -12.17370605 6.255371094 17.01745605 14.9642334 15.08001709 23.04553223 29.42150879 29.52502441 24.9677124 19.87475586 15.84387207 10.05102539 1.193664551 -5.954711914 -5.442993164 -6.773986816 -13.03094482 -15.75323486 -14.73150635 -13.29229736 -13.72937012 -16.3203125 -18.09246826 -11.91027832 -0.796081543 11.31750488 17.98400879 22.17388916 28.42022705 32.19470215 26.37927246 21.06463623 23.01153564 25.07885742 22.01208496 15.12713623 9.219116211 4.229858398 -4.001159668 -10.99853516 -20.18908691 -22.55480957 -17.39575195 -18.05187988 -21.96826172 -21.81542969 -20.8883667 -23.05078125 -26.42297363 -29.01049805 -24.70129395 -17.61889648 -3.271118164 12.48809814 21.09393311 27.97143555 35.14575195 36.48895264 36.72692871 41.44909668 45.67944336 46.31506348 44.57897949 38.89593506 29.55023193 14.50720215 -2.075073242 -20.49383545 -32.56188965 -26.20013428 -21.53881836 -25.08551025 -28.31494141 -28.92419434 -27.93157959 -28.52490234 -29.04968262 -25.12921143 -17.97845459 -6.864379883 9.871276855 25.37304688 31.38928223 39.29351807 48.41149902 50.77148438 53.52600098 59.27331543 61.30682373 58.60473633 51.51794434 42.66607666 33.39117432 27.60211182 20.29016113 8.969116211 4.831665039 5.522949219 -1.26184082 -13.57794189 -21.53179932 -26.52233887 -30.90917969 -36.05218506 -38.50317383 -32.62145996 -22.20446777 -13.80401611 -6.689208984 0.299621582 7.875976563 9.231811523 3.722595215 3.153686523 10.7979126 16.03533936 13.65661621 8.691772461 5.604675293 3.050170898 0.08532714844 -7.893005371 -12.61260986 -5.013549805 0.7329711914 -0.08911132813 0.3827514648 3.920654297 6.99230957 6.846618652 3.575805664 -0.6458740234 0.05114746094 5.905212402 17.21893311 26.93273926 32.05432129 38.97143555 48.28381348 49.27807617 50.07873535 58.10754395 63.71661377 63.06646729 58.7097168 55.15319824 52.09759521 44.62744141 25.22271729 2.590515137 -3.824707031 0.4107055664 2.328430176 2.977416992 4.735839844 7.355834961 9.577819824 9.72857666 7.393432617 4.993408203 2.432800293 1.565917969 7.738891602 18.56921387 28.91894531 35.20300293 41.8916626 48.1105957 56.96936035 66.59460449 70.21679688 68.72668457 64.13598633 58.08856201 53.22094727 49.50219727 43.88366699 29.21075439 19.45941162 23.00689697 21.58929443 10.66760254 6.335327148 9.652526855 11.5980835 9.624755859 9.119873047 14.39202881 19.30664063 24.21276855 27.99554443 29.57250977 34.45666504 46.28942871 52.88354492 58.2567749 66.51916504 69.59716797 65.88842773 54.99707031 39.46679688 23.27264404 10.07641602 -5.895263672 -19.70489502 -17.44702148 -18.68023682 -30.27752686 -39.1184082 -41.58203125 -42.20288086 -42.34161377 -42.2668457 -41.418396 -36.86523438 -29.16137695 -21.63269043 -16.85021973 -15.67541504 -15.90881348 -12.97546387 -14.09924316 -15.69732666 -11.79223633 -4.106811523 0.5012207031 -1.565124512 -6.779724121 -13.75531006 -23.59564209 -35.4041748 -53.66827393 -67.27655029 -66.8104248 -67.35253906 -72.86120605 -77.13250732 -78.24200439 -77.11151123 -73.12609863 -63.76904297 -50.56896973 -35.24035645 -20.01959229 -10.27478027 -9.731323242 -7.092285156 5.662963867 12.90441895 10.76745605 10.86157227 18.4630127 26.54870605 28.97302246 23.48382568 14.67877197 6.949523926 2.459899902 -9.789306641 -26.56414795 -26.69293213 -21.67211914 -22.59039307 -23.22949219 -21.67749023 -21.58996582 -26.60290527 -35.17504883 -41.36083984 -41.91271973 -38.35437012 -27.75769043 -14.47070313 -3.558410645 4.366271973 9.832641602 9.659179688 8.844177246 14.30224609 17.26361084 12.36541748 5.195800781 -1.31854248 -5.501464844 -6.690612793 -13.37365723 -19.71087646 -15.52197266 -9.285217285 -5.963256836 -2.64263916 0.1477050781 0.0966796875 -4.71484375 -11.675354 -17.5581665 -18.71630859 -13.28417969 -9.546936035 -8.434326172 -0.7087402344 11.2699585 18.34155273 18.90576172 18.64880371 21.97509766 24.88977051 21.15032959 12.46679688 3.159851074 -2.586791992 -2.821289063 -7.144104004 -13.35131836 -14.0569458 -5.493408203 2.487426758 0} {curve((frame-s tart_at)%(last_ key/frequency_m ult)*frequency_ mult)*(group.wi dth/capture_wid th)*(focal_leng ht/capture_foca l)*translate_ga in 0 -6.758239746 -9.190307617 0.1325073242 14.21179199 24.41967773 26.36169434 23.53533936 19.32470703 12.6854248 0.9009399414 -13.15032959 -20.39715576 -16.50360107 -16.16253662 -18.04217529 -7.647338867 8.100402832 17.86920166 19.79870605 17.12127686 14.30584717 9.367370605 -1.78515625 -15.10882568 -23.01965332 -18.77227783 -18.28125 -23.62219238 -15.39941406 5.420349121 26.04412842 37.68859863 39.6484375 39.10742188 36.1572876 26.24133301 7.608398438 -9.880615234 -16.39910889 -17.99432373 -11.06378174 7.601745605 29.18878174 44.40472412 51.11859131 51.36169434 50.70507813 46.98126221 36.00158691 22.18457031 19.56195068 31.61083984 35.7869873 28.23071289 32.6583252 52.38848877 67.1262207 72.17102051 73.85693359 78.64929199 80.17687988 74.7612915 60.68475342 42.62689209 25.18029785 18.96130371 27.81152344 32.69134521 36.23339844 44.32263184 50.51654053 54.09320068 53.43365479 50.89306641 46.31842041 37.83911133 23.13244629 0.6016845703 -24.73492432 -42.18774414 -61.0317688 -72.49237061 -57.68908691 -28.55682373 -4.85357666 6.767700195 4.143371582 -3.778808594 -11.73339844 -25.77038574 -44.31811523 -61.25878906 -68.75546265 -67.90216064 -60.71807861 -44.78659058 -27.67565918 -17.91845703 -13.71166992 -12.90606689 -13.73974609 -16.29193115 -22.38195801 -31.33587646 -42.50283813 -46.6619873 -52.35601807 -57.98895264 -44.38980103 -22.46673584 -6.621643066 -2.420837402 -6.753662109 -10.62524414 -12.08496094 -16.19042969 -24.92370605 -29.17907715 -6.05078125 41.17376709 76.58276367 86.89056396 81.13183594 74.71069336 68.69219971 62.1730957 56.60424805 53.37609863 47.95837402 30.70452881 1.368408203 -20.41705322 -30.51239014 -40.44702148 -41.19506836 -32.51000977 -19.06066895 -8.277038574 -3.027893066 0.2254638672 0.5661010742 -7.123352051 -20.13354492 -21.88946533 -10.6550293 -5.68347168 -14.23034668 -20.12542725 -13.56152344 -6.243652344 -4.541687012 -5.436279297 -3.165466309 -0.3909912109 -6.352539063 -21.12329102 -32.69650269 -30.19238281 -36.50863647 -50.97857666 -43.82196045 -20.31610107 -2.60144043 1.910705566 -2.172729492 -7.499511719 -13.0847168 -24.68389893 -41.28216553 -60.02783203 -71.21270752 -76.46038818 -86.09020996 -78.53271484 -59.01263428 -40.36053467 -30.99993896 -30.47601318 -29.24642944 -25.8460083 -23.42016602 -25.64575195 -33.77050781 -41.95587158 -45.66506958 -42.95901489 -39.31326294 -35.8114624 -26.65979004 -10.35461426 9.782409668 25.83099365 36.87927246 44.77270508 50.44824219 51.58087158 47.29327393 38.82513428 26.41394043 23.47485352 32.17907715 37.8236084 35.87426758 40.6472168 60.41558838 81.73712158 94.85266113 100.8363037 99.32055664 94.59106445 86.644104 76.3036499 62.70587158 45.81066895 35.5559082 30.73486328 21.90808105 10.33435059 9.143432617 19.33630371 33.99597168 43.25488281 47.67199707 50.27026367 51.90490723 49.31243896 42.70336914 29.03155518 8.84954834 3.434692383 6.170837402 3.864990234 4.669921875 13.41253662 20.46405029 22.83587646 23.41815186 25.18481445 28.03063965 27.69592285 21.18969727 9.619506836 1.893066406 6.735290527 11.99353027 5.846557617 -1.497070313 4.012145996 17.62207031 31.10510254 41.01782227 47.86920166 52.49560547 52.19506836 42.69506836 24.2756958 3.74206543 -6.475769043 -5.895568848 -10.14007568 -13.02557373 -6.690429688 4.752502441 11.56225586 13.51525879 14.50177002 15.34411621 13.28283691 6.121398926 -3.953735352 -13.09832764 -11.21618652 -5.375732422 -7.753234863 -9.783447266 0.7449951172 18.65179443 33.20068359 41.81243896 49.06176758 53.87792969 53.54095459 44.67858887 29.57952881 12.77874756 -5.625671387 -22.34759521 -35.03674316 -31.21615601 -13.70367432 2.159240723 10.20355225 13.56787109 14.28112793 14.33544922 14.46490479 12.2130127 5.543701172 -2.848266602 2.051452637 7.485168457 -0.7551269531 -4.364379883 9.625976563 27.11303711 36.73193359 39.16333008 39.6418457 41.81988525 39.54150391 29.04077148 15.63464355 9.085998535 10.862854 12.8359375 17.96612549 30.00488281 43.01696777 49.57324219 50.23834229 45.31274414 39.15789795 32.88116455 21.38085938 4.69909668 -11.74188232 -10.47247314 -4.169128418 -6.93359375 -10.47265625 0.8151245117 18.63037109 31.78485107 37.2097168 40.71887207 46.43334961 49.8046875 45.08874512 35.84179688 25.63769531 24.47607422 24.61425781 21.55303955 28.31237793 42.33459473 52.30169678 56.54577637 56.77056885 55.42980957 53.17468262 47.66345215 39.99847412 27.96234131 22.96264648 25.87304688 20.03356934 14.4833374 24.60974121 40.20178223 49.6472168 52.16662598 51.38879395 48.03942871 42.28582764 29.17193604 13.24108887 0.9642333984 -4.348693848 -5.797119141 -13.77197266 -10.52868652 4.092834473 20.128479 29.83630371 32.13232422 31.6505127 27.0703125 17.699646 7.50402832 -4.837646484 -16.9609375 -23.237854 -26.30877686 -35.39569092 -37.99743652 -24.93579102 -10.10528564 -1.022949219 1.289794922 1.141967773 1.532348633 -3.115783691 -14.57012939 -23.64593506 -21.63317871 -12.10321045 -5.398986816 -7.413513184 -7.236450195 -1.376098633 1.414306641 2.10559082 3.565917969 5.466125488 5.030090332 -1.98425293 -10.11322021 -15.28912354 -8.691040039 -0.3358154297 -2.584716797 -0.3739013672 16.00292969 32.84277344 39.73217773 40.00897217 41.17431641 42.08850098 34.89959717 19.90472412 4.479125977 -2.588500977 -3.775024414 -5.975463867 -3.041870117 8.964233398 20.02026367 22.79534912 22.29022217 23.93115234 26.66400146 29.97064209 29.91760254 28.57977295 25.19268799 27.55334473 30.26989746 21.6340332 15.48248291 26.16845703 37.80895996 40.96282959 40.50634766 41.04827881 43.02648926 36.14587402 20.26165771 3.86907959 -5.190856934 -13.94555664 -28.97860718 -32.20840454 -15.00073242 7.221130371 18.70928955 19.98999023 19.03100586 18.97021484 17.22027588 13.10510254 6.299682617 -0.7198486328 -8.880554199 -10.7331543 -15.04296875 -19.22235107 -11.01397705 3.315917969 8.110717773 5.242431641 4.70703125 8.474975586 11.50469971 6.072814941 -4.92199707 -10.66589355 -7.426452637 7.592407227 11.76196289 -0.03826904297 -1.648376465 9.92364502 17.17749023 17.18566895 14.55975342 15.34606934 15.47357178 8.375244141 0.5518188477 -5.548400879 -5.134643555 -5.161132813 -11.42364502 -16.11816406 -5.703125 9.50793457 16.46569824 15.83203125 11.15429688 7.568847656 -0.9685058594 -16.04980469 -32.22238159 -36.94866943 -28.9286499 -28.79501343 -24.98297119 -9.721923828 6.732116699 15.36798096 16.69836426 18.27923584 21.87573242 24.89837646 22.14025879 11.72894287 -2.001525879 -6.61126709 -5.406860352 -8.537109375 -10.60620117 3.392211914 21.95635986 33.24700928 36.63104248 38.73193359 44.32470703 50.89465332 49.98883057 40.71722412 33.7401123 36.91558838 41.55310059 35.96606445 32.86260986 37.77612305 43.04931641 44.31689453 46.52832031 53.62188721 63.96044922 71.5111084 69.25079346 56.90356445 45.05786133 49.31213379 51.05096436 37.38348389 28.38342285 37.96026611 51.98339844 58.23699951 56.10375977 52.58831787 52.66491699 49.40411377 37.18304443 21.54516602 15.44812012 9.645812988 -5.298950195 -7.415893555 6.916992188 24.33691406 33.06384277 36.16882324 41.79760742 47.65002441 48.21704102 42.59411621 34.55371094 27.21142578 25.6875 20.88574219 4.423217773 -3.027099609 9.476196289 24.33190918 28.29406738 30.93676758 38.72589111 46.28106689 45.47668457 31.89147949 15.29840088 6.883911133 -1.221069336 -10.11798096 -7.713439941 4.452758789 17.11297607 22.36975098 22.69702148 21.92919922 18.40869141 12.91760254 6.444152832 -5.544921875 -16.08258057 -15.34838867 -16.47961426 -23.81671143 -24.15148926 -13.91552734 -2.725341797 4.350097656 9.098266602 14.48834229 21.49993896 22.92572021 14.12902832 4.427246094 5.99395752 11.15112305 12.70397949 2.751831055 -6.163024902 -4.531982422 0}}
addUserKnob {7 rotate R -180 180}
rotate {{curve(((frame -start_at))%(la st_key/frequenc y_mult)*frequen cy_mult)*(captu re_width/width) *rotate_gain 0 -0.5993579586 -0.6601308466 -0.5177315934 -0.5168432395 -0.4657298082 -0.5646686013 -0.6880332348 -0.7826640019 -0.9469439358 -1.028491223 -1.014211649 -0.7454268641 -0.5701235051 -0.8491861543 -0.6747749452 -0.2551457465 -0.3899658756 -0.7350262424 -0.7659425508 -0.6430537677 -0.4947391469 -0.605970871 -1.133185097 -1.370374658 -1.422124193 -1.431800616 -1.733578582 -1.824156626 -1.364331437 -1.299508184 -1.357333967 -1.378275224 -1.502153303 -1.590934952 -1.788295267 -2.00139146 -2.006901138 -1.775708561 -1.379514736 -1.330271855 -0.9687396563 -0.7020305789 -0.9133329325 -1.145378606 -1.117398059 -1.006134616 -0.7788982388 -0.8535233294 -0.99454871 -0.6365646623 -0.01896807734 0.076566846 -0.4690029344 -0.8908198703 -0.5987644908 -0.590756011 -1.070751916 -1.365232458 -1.487373898 -1.625852836 -1.878048527 -1.91310051 -1.723631131 -1.348555824 -1.228062528 -0.7249551194 -0.2110427428 -0.5312213692 -0.6049863019 -0.7956069477 -1.101708734 -1.009926574 -0.8709916228 -0.6930164037 -0.5843203198 -0.664383434 -0.8523485045 -0.9273821546 -0.8755898474 -1.043497713 -1.495665824 -1.562422735 -1.259553508 -1.254803873 -1.691419585 -1.988675192 -2.012641663 -1.859037195 -1.761398687 -1.780949094 -1.651109163 -1.526356797 -1.27167233 -1.021227061 -0.7619887903 -0.692777106 -0.973116313 -1.242223996 -1.186164556 -1.132075407 -1.023750331 -1.009693 -1.180639024 -1.048706573 -1.006702948 -0.8762283494 -1.050482478 -1.061402059 -0.7381955016 -0.8824895618 -1.261510787 -1.454892195 -1.46499907 -1.332124491 -1.316002208 -1.335727103 -1.183580106 -0.7451713462 0.793522425 1.728689682 1.232944122 0.7963190454 0.4359810318 -0.0278117618 -0.4017012601 -0.5281475873 -0.4988785825 -0.5618900836 -0.5752078936 -0.9130345884 -0.8920799041 -0.1949375351 -0.1628337872 -0.519857993 -0.4716145246 -0.6266117755 -1.024024163 -1.414209091 -1.587193641 -1.51677252 -1.488455038 -1.53639584 -1.308153973 -0.8016921542 -0.5495704422 -0.7332245023 -0.6703694524 -0.3566548499 -0.4371832276 -0.9172225057 -1.155876812 -1.06082138 -0.959984703 -1.045712631 -1.360442399 -1.501710571 -1.297266008 -1.162084524 -1.843391694 -2.112608211 -1.61750559 -1.602999538 -1.844080474 -1.981900855 -2.147107694 -2.309436278 -2.431380534 -2.389309277 -2.227202971 -2.242571251 -1.952533319 -1.91681613 -1.992993468 -1.496076119 -1.58123124 -1.873432509 -1.845836924 -1.587891918 -1.092043193 -0.7412105196 -0.6532584134 -0.6521790077 -0.5926261874 -0.5045237207 -0.5302887444 -0.5929581948 -0.6353951698 -0.8084706061 -0.9917243045 -0.9584599845 -0.6565130004 -0.5005958255 -0.4440912975 -0.3180537447 -0.3238214164 -0.3169969345 -0.1135874537 0.1355278207 0.2032680455 0.6784917524 1.289852178 1.644413363 2.088034233 2.6023289 2.901924048 2.414477238 1.242652706 0.6845479862 0.2550439415 0.06328478564 -0.06703595787 -0.411973009 -0.630719913 -0.7829772524 -0.5247783666 -0.04204082429 0.255287529 0.6225531403 1.011761055 0.959744252 0.6872032036 0.2184984452 -0.04860634139 -0.11943352 -0.1919278539 -0.2880528576 -0.1675125836 -0.2042675089 -0.1345085926 0.3965544901 0.4118133087 0.4741762415 0.9988297908 1.160697928 0.975856633 0.8980363525 0.721457625 0.5073973857 0.3476940889 0.04836080984 -0.3054834972 -0.4488758416 -0.4880065459 -0.5751442305 -0.7424705274 -0.8508657738 -0.6436215107 -0.5477519514 -0.5917017811 -0.545729326 -0.520155278 -0.4292004352 -0.2254331563 -0.2024240059 -0.2911146907 -0.2736543214 -0.2051165447 0.04190234872 0.2305686252 -0.08034899979 0.2244705601 0.3971301091 0.2114904101 0.1018206856 0.1912468478 0.2878186749 0.2607197397 0.04822623112 -0.3030516902 -0.4707744281 -0.3973259334 -0.2141029805 -0.3613845844 -0.5883638254 -0.5374008017 -0.6081383863 -0.8570909138 -0.9340376674 -0.9629361618 -0.8413779492 -0.6764955186 -0.5595690677 -0.4490586305 -0.3022526887 -0.2267824701 -0.182200538 0.07365905847 0.2426601017 0.6874795411 0.7861316075 0.4962541828 0.242140795 0.2791894102 0.5767489447 0.9121572366 0.8701599425 0.560876978 0.3084204518 0.3241942892 0.4765700053 0.1701559023 -0.2843495361 -0.0620046766 -0.04066744768 -0.3704883806 -0.6309162418 -0.7231102743 -0.7171302189 -0.5549171464 -0.4362866966 -0.326593728 -0.1181924882 0.09139116225 0.3330351195 0.3497886449 0.4392060291 0.42186342 0.188273747 0.01780446137 0.1011456341 0.2660890521 0.5265843884 0.6735609045 0.4305323247 0.2832898076 0.2684196871 0.3890685219 0.1477370721 -0.02896901507 0.09379938222 0.2271648406 -0.1795840686 -0.644075816 -0.8693672889 -0.8749170823 -0.773395901 -0.8594077702 -0.8565071001 -0.5621550336 -0.3672785159 0.223372229 0.4150126817 0.4800477664 0.7451144681 0.527546923 0.1748471975 0.116505963 0.2385211769 0.4775809961 0.4963203122 0.2652941476 0.1161717675 0.0112533894 0.215900095 0.3341115789 0.1991070939 0.4385507426 0.6144339042 0.2707171442 0.08427486119 0.1236968683 0.1038810275 0.2175495097 0.2818790286 0.1013220402 0.1249565223 0.1400131861 0.2959995183 0.5725637104 0.4262899949 0.9784284405 1.050956633 0.6387175439 0.3680941635 0.252758878 0.3844047137 0.4591058947 0.2628449372 0.1041962233 -0.06987485173 -0.1049802683 0.02721913139 0.09912560352 -0.3003502873 -0.2353630417 -0.0540420666 -0.3019054758 -0.4078724822 -0.4018415441 -0.3636612121 -0.2556176703 -0.3003683003 -0.2774184343 0.07001857384 0.5488102066 0.9947126725 0.9402861491 0.9151253579 1.10424145 1.006199951 0.6283821162 0.6092478331 0.8083743821 1.023135313 1.071628682 0.8947037828 0.9296906236 1.109537174 1.031218155 0.8123298095 0.6934117091 0.8690092491 0.7812516243 0.3111902069 -0.09146969038 -0.2371504626 -0.2332311467 -0.1665039867 -0.1425857668 0.09194757553 0.5208631618 0.7698063173 0.9363377858 1.082708677 1.457847563 1.571323573 1.477087963 1.541323844 1.799251041 1.989162551 2.112729692 2.10242918 1.844752604 1.825537129 1.950745619 2.128891064 2.138348396 2.030988387 2.127719295 2.249820441 1.86272951 1.471111059 1.395808135 1.472588359 1.714101028 1.807548545 2.031752829 2.364135036 2.571030129 2.535860433 2.495290344 2.949205711 3.349892054 3.29064579 2.96128403 2.758915454 2.689178099 2.65734624 2.529474844 2.350209763 2.111036693 2.051062592 1.963518503 1.886700641 1.637464048 1.666214277 1.699907409 1.4782872 0.9927923981 0.7506866332 0.7198157795 0.7084840899 0.7613193798 0.7096657736 0.7715214946 1.006322133 1.335712669 1.751582926 1.353097107 1.151909691 1.601896954 1.593086174 1.228976454 1.211210721 1.350670586 1.453213436 1.327358629 1.081865436 1.239158496 1.291918207 1.220835798 1.146268289 1.312630892 1.278695424 1.180721589 0.9445311922 0.7823954105 0.6693485302 0.6698618846 0.8764694461 0.835338958 0.9648135916 1.11134688 1.304113722 1.640011167 1.423221568 1.894956941 2.072777986 1.738366504 1.574508666 1.520641306 1.483612783 1.4413825 1.309018837 1.156740481 1.077056485 1.059452209 1.112893665 0.9902290157 0.9507506424 1.02817576 1.09295861 0.8410754847 0.5600767493 0.333041106 0.3311045787 0.5449546529 0.6265460914 0.6297327855 0.7687881026 0.870680192 0.9535461546 0.7846535043 0.2592041804 0.4753774808 0.7807102224 0.8782991735 0.9487133907 1.040341809 1.054833418 1.090309462 1.013311526 0.7441762088 0.675624978 0.827129083 0.9506736696 0.5803384835 0.5347955619 0.8817933198 0.9074989217 0.7641763029 0.5086424991 0.2455491119 0.1433096545 0.1473066898 -0.004626437489 -0.06612669135 0.24594285 0.5601416517 0.6574938351 0.7874318619 1.352419815 1.455609961 1.120159238 0.7774124835 0.7787004226 0.8844101507 0.9304443758 0.7600938152 0.4376944452 0.2791458584 0.1519407908 0.04641729821 -0.2543907106 -0.3251315328 0.08298575175 0.2228149532 -0.06783643389 -0.4777481196 -0.6680210068 -0.764497844 -0.8323049185 -0.932344109 -1.025713157 -0.8020074115 -0.7106151102 -0.715921239 -0.4924108464 -0.3528897822 -0.4627395209 -0.6632910871 -0.8042163601 -0.7762129371 -0.7493781034 -0.7834508831 -0.8836058245 -1.147341714 -1.407006826 -1.165945323 -1.006710888 -1.149060441 -0.9173613369 -0.5022875335 -0.5589123359 -0.8616258528 -1.295703944 -1.57148707 -1.531245405 -1.368223456 -1.306271419 -1.251970699 -0.932704194 -0.6413482356 -0.487472741 -0.1911011163 -0.3162805424 0.04794504244 0.2559683367 0}}
addUserKnob {14 scale R 0 100}
scale {{(curve(((fram e-start_at))%(l ast_key/frequen cy_mult)*freque ncy_mult)-1)*(f ocal_lenght/cap ture_focal)*sca le_gain+1 1 0.999881383 0.9996708512 0.9995215103 0.9995712896 0.999835608 1.00001265 1.000100901 1.00016927 1.000245788 1.000313378 1.000352845 1.000277432 1.000244997 1.000582836 1.000577089 1.000382323 1.000605464 1.001126645 1.001467136 1.001692215 1.001899964 1.002100604 1.002196725 1.002092476 1.001846972 1.00154365 1.001524014 1.001548011 1.0014739 1.001593813 1.002058195 1.002644348 1.003130362 1.003594263 1.004079628 1.004518924 1.004954301 1.005188948 1.005249331 1.005312155 1.004960327 1.004731601 1.004915812 1.005255912 1.005478537 1.005649487 1.005823995 1.006002501 1.005958871 1.005810317 1.005902066 1.00633329 1.00665938 1.006828128 1.007352007 1.007966841 1.008276508 1.008571947 1.009053778 1.009595668 1.009929574 1.010094131 1.010132401 1.010072122 1.009991449 1.009989736 1.010287557 1.010645538 1.011058585 1.011550214 1.01191707 1.012308327 1.012631315 1.012943525 1.013187319 1.0134046 1.01354922 1.013771471 1.014102192 1.014452607 1.014760285 1.01473662 1.014026771 1.013338977 1.013273006 1.013590014 1.01402417 1.014422519 1.014778978 1.015073242 1.015381958 1.015639429 1.015628387 1.015496208 1.015284072 1.015075986 1.015268921 1.015826451 1.01627295 1.016627381 1.016986865 1.017344635 1.01757036 1.017529083 1.017462378 1.017206581 1.017265918 1.017404877 1.01726234 1.017495155 1.018248572 1.019047319 1.019617177 1.02002534 1.0204087 1.020692689 1.020735203 1.020624992 1.019997443 1.020048654 1.021102169 1.022046264 1.022416793 1.022607826 1.022702019 1.02271019 1.022808727 1.023132886 1.02340315 1.023312115 1.022932235 1.022673546 1.022704733 1.022834773 1.022725138 1.02253943 1.022496991 1.022630266 1.022823973 1.02301362 1.023212894 1.023424171 1.023649019 1.023720155 1.023770757 1.023976158 1.024137582 1.024212103 1.024270448 1.024414131 1.024457274 1.024449755 1.024536076 1.024743981 1.024963362 1.025190353 1.025401808 1.025492833 1.025609507 1.025820197 1.025847318 1.025760326 1.025859022 1.02615818 1.02650338 1.026707485 1.026763417 1.026831798 1.026995064 1.027291673 1.027417548 1.02743329 1.027549456 1.027150148 1.026569662 1.026203017 1.026081486 1.026059605 1.026015039 1.025954552 1.025900993 1.02589546 1.025937111 1.025995809 1.02597985 1.025846732 1.025659614 1.025456247 1.025192514 1.024921569 1.024791835 1.024822494 1.024928507 1.025053428 1.025158604 1.025187564 1.025083564 1.024873114 1.024588121 1.024373068 1.024274867 1.024108736 1.023816647 1.023599174 1.023796211 1.024205603 1.024463504 1.02456247 1.024401473 1.024079024 1.023646834 1.023093359 1.022503131 1.021921977 1.02157402 1.021459582 1.021264047 1.020974295 1.02071573 1.020317956 1.019890131 1.019538977 1.019270876 1.019074279 1.019027585 1.019114914 1.01928277 1.019366113 1.019122254 1.018545521 1.018150371 1.01773053 1.01711302 1.016631864 1.016377821 1.016105117 1.015847462 1.015696999 1.01560119 1.015497653 1.01526573 1.014959703 1.014669825 1.014349805 1.014122219 1.013807157 1.013378561 1.013058727 1.01288809 1.012826819 1.012813027 1.012858518 1.012943285 1.012997019 1.012896194 1.012704225 1.012581542 1.012542073 1.012543031 1.012546668 1.012229208 1.011889544 1.011710252 1.01157243 1.011405006 1.011285578 1.011228665 1.011194974 1.01114872 1.011084287 1.011018732 1.010910311 1.010798423 1.010676678 1.01051846 1.010348104 1.010282408 1.010369616 1.010496482 1.01069645 1.010929733 1.01110668 1.011151172 1.011123991 1.011124763 1.011176152 1.011327621 1.011446899 1.011055079 1.010705542 1.010749614 1.010963787 1.011175922 1.011298608 1.011421603 1.011603803 1.011657827 1.011466655 1.01113189 1.010813286 1.010740042 1.010649463 1.010569347 1.010600104 1.010710897 1.010862728 1.011047962 1.011188349 1.011289657 1.011250679 1.011086551 1.010929431 1.01077977 1.010708486 1.010674622 1.010693151 1.010815499 1.011075532 1.011277847 1.011367723 1.011362308 1.011347526 1.011364061 1.011295395 1.011165175 1.01108004 1.011054192 1.011052178 1.011105428 1.011169338 1.0112117 1.011235582 1.011374848 1.011597441 1.011830705 1.012085754 1.01231631 1.012429875 1.01248077 1.012528672 1.012654112 1.012847466 1.012928474 1.013043865 1.013358551 1.013737792 1.013996899 1.014196374 1.01437766 1.014561576 1.014644027 1.01454944 1.014404879 1.014306004 1.01441892 1.014470433 1.014504961 1.014690039 1.014934307 1.015181874 1.015450275 1.015686165 1.015799696 1.015823636 1.015638619 1.015383163 1.01515981 1.01500148 1.014973019 1.014989744 1.014708807 1.014600769 1.014755055 1.015052142 1.015263808 1.01543576 1.015565993 1.015641684 1.015624512 1.015615121 1.015605616 1.015700479 1.015840233 1.016005193 1.016067622 1.016069906 1.016038297 1.016166543 1.016446787 1.016642709 1.016699734 1.016613121 1.016498457 1.016373554 1.016274123 1.016148705 1.016125717 1.01617107 1.016202903 1.016180144 1.016183186 1.016188565 1.016200172 1.016218206 1.016278214 1.016238638 1.016047145 1.015778102 1.015597533 1.015515304 1.015550711 1.015598188 1.015749922 1.016003718 1.016251761 1.016451769 1.01668312 1.0168777 1.016928165 1.016911804 1.016909625 1.016931931 1.016926702 1.016915933 1.016819212 1.016787066 1.01683351 1.016846957 1.016841644 1.016876673 1.016920716 1.016997115 1.017040136 1.017073809 1.017091869 1.017222274 1.017387974 1.01737863 1.017376794 1.017580801 1.01770963 1.017751118 1.017981624 1.018199602 1.018306429 1.018183458 1.017982598 1.017810061 1.017525122 1.017015716 1.0166669 1.016337055 1.015928522 1.01581029 1.0159193 1.01601702 1.016076199 1.016109696 1.016105553 1.016068245 1.016016273 1.015948492 1.015886616 1.015766188 1.015701891 1.015633685 1.015502463 1.015462618 1.015508894 1.015592048 1.01576059 1.015785404 1.015697664 1.015485684 1.015212969 1.014949183 1.014734998 1.014523712 1.014261494 1.014010488 1.013889181 1.01374489 1.01356753 1.013445556 1.013351898 1.013284043 1.013231168 1.013148664 1.013131991 1.013136969 1.013175697 1.013169293 1.013121609 1.013060029 1.013114808 1.013268258 1.013528151 1.013930399 1.014168098 1.014161825 1.013917901 1.013578044 1.013375907 1.013143072 1.012871132 1.01280911 1.012599922 1.012440609 1.012528568 1.012694421 1.012718602 1.012686909 1.012681336 1.012692963 1.012654539 1.012483427 1.012251471 1.012038957 1.011814167 1.011617601 1.011373909 1.01112469 1.011078767 1.011126516 1.011091737 1.011045969 1.011130085 1.011316239 1.011402659 1.011352784 1.011340808 1.01149606 1.011873435 1.012050299 1.011763822 1.011591413 1.011585165 1.011490218 1.01129408 1.011149211 1.011063354 1.010865473 1.010402895 1.009751931 1.009209193 1.009058786 1.008890568 1.008390538 1.007923798 1.007744168 1.007706225 1.007672554 1.007596631 1.007580202 1.007629038 1.007548222 1.007317915 1.007095508 1.006954016 1.006783057 1.00664891 1.006292013 1.005932755 1.005837747 1.005855495 1.005853471 1.005949484 1.006153889 1.006349215 1.006408459 1.00627854 1.00606683 1.005751101 1.005411536 1.005025185 1.00467878 1.004401881 1.004286715 1.004215642 1.004241708 1.004424822 1.004642265 1.004784492 1.004733501 1.004632057 1.004531643 1.004407101 1.004268109 1.004023799 1.003852572 1.003846245 1.003912468 1.003953212 1.003997433 1.003991916 1.003980609 1.003916913 1.003808439 1.003597543 1.003374984 1.003150461 1.002939606 1.002688532 1.002421061 1.002180797 1.002022227 1.001923394 1.001879555 1.001789597 1.001690351 1.001489808 1.001376077 1.001250015 1.001163962 1.001071305 1.00083585 1.000493974 1.00008764 1}}
addUserKnob {12 center}
center {{group.width/2 } {group.height/2}}
addUserKnob {26 ""}
addUserKnob {3 capture_width l "capture width/height"}
capture_width 1920
addUserKnob {3 capture_height l " " -STARTLINE}
capture_height 1080
addUserKnob {3 capture_focal l "capture focal"}
capture_focal 24
addUserKnob {3 last_key}
last_key 619
}
NoOp {
name Walk_03_2D
xpos -847
ypos 188
addUserKnob {20 Motion_2D_Data}
addUserKnob {12 translate}
translate {{curve((frame- start_at)%(last _key/frequency_ mult)*frequency _mult)*(group.w idth/capture_wi dth)*(focal_len ght/capture_foc al)*translate_g ain 0 2.219360352 6.420837402 7.440307617 4.991821289 -0.2776489258 -7.620178223 -15.67633057 -22.56518555 -27.94372559 -24.18054199 -13.66796875 -6.32043457 -1.353515625 3.238464355 5.707397461 5.113037109 2.241882324 -1.699829102 -2.371276855 -0.001220703125 5.723449707 24.29492188 50.70532227 59.24084473 62.23632813 68.37902832 64.15002441 57.61071777 53.36004639 50.29315186 46.19464111 39.48492432 31.875 25.38482666 20.01629639 18.67230225 20.96130371 19.6652832 19.46655273 24.14587402 30.25909424 27.0111084 14.29418945 4.186523438 -2.959655762 -9.458129883 -15.203125 -18.07592773 -18.58587646 -16.93743896 -9.106323242 2.485656738 7.941040039 14.7434082 30.58050537 39.65112305 39.78222656 39.73937988 43.49597168 45.4362793 44.23571777 38.74249268 34.80639648 37.60321045 38.94830322 32.07177734 28.72705078 31.39331055 31.22076416 26.25372314 20.98522949 16.7755127 12.81170654 9.311035156 11.88806152 21.75006104 35.16937256 50.33312988 62.14477539 69.34985352 83.42236328 103.4880371 115.9394531 125.8806152 140.6685791 154.9226074 162.227417 159.4134521 152.0107422 152.4050293 150.0683594 133.4523926 116.1687012 109.321167 102.1044922 85.7520752 68.12133789 55.80181885 47.47821045 41.52166748 41.77880859 50.78808594 67.03173828 73.64685059 65.84790039 69.43554688 88.62646484 98.65808105 100.5567627 104.8304443 108.6322021 105.1179199 88.67785645 65.28625488 55.51013184 46.19769287 31.98126221 28.55950928 24.74493408 9.723815918 -3.958984375 -9.908874512 -10.84570313 -13.36547852 -20.09375 -22.95605469 -18.29718018 -9.060546875 -3.646728516 -10.12341309 -15.52276611 -4.700256348 2.047973633 -4.397888184 -8.473388672 -3.629516602 0.8400878906 -2.489624023 -14.06677246 -25.27636719 -21.67370605 -16.00518799 -26.29620361 -30.00506592 -19.86846924 -18.4296875 -23.97875977 -24.65856934 -24.90063477 -27.32873535 -28.43457031 -22.83312988 -16.35015869 -4.349609375 10.52954102 16.19055176 15.59838867 25.98400879 43.96289063 52.89196777 56.4798584 64.32446289 73.67370605 79.22155762 80.64453125 79.0579834 75.39013672 74.96777344 66.51977539 59.13409424 63.3795166 63.03729248 55.15466309 47.01574707 39.87524414 33.62762451 25.08721924 17.32098389 14.39001465 18.019104 31.52709961 47.63409424 53.375 52.60150146 55.52252197 51.70605469 42.68359375 38.91546631 38.56835938 35.76556396 28.80566406 18.7409668 6.082519531 -0.5225830078 -10.26147461 -31.87060547 -41.62780762 -42.66680908 -49.46759033 -57.64605713 -59.3817749 -53.4932251 -43.97851563 -36.72839355 -27.42510986 -10.38470459 9.883483887 25.29248047 27.36242676 24.29077148 32.63098145 39.00268555 35.95239258 36.64038086 43.10668945 46.56878662 44.6786499 37.125 28.28961182 23.02307129 16.6237793 2.41217041 -2.376342773 2.406433105 4.257080078 5.157470703 6.340148926 6.295166016 4.153747559 2.509765625 2.836303711 4.799682617 11.44006348 22.25915527 29.40087891 30.40008545 35.66522217 47.64685059 45.99157715 36.06335449 32.84265137 33.07672119 28.74401855 21.21307373 13.15527344 6.491882324 9.660522461 5.393920898 -12.24707031 -13.99523926 -5.713500977 -6.229675293 -9.843811035 -7.480651855 -1.885986328 -0.2895507813 -2.296630859 -2.217590332 4.065124512 9.559143066 6.867980957 0.6071777344 -1.549377441 7.930908203 16.17834473 15.58154297 17.50134277 26.8145752 32.86437988 29.75561523 20.8706665 13.10742188 12.95355225 7.384765625 -10.35131836 -19.75543213 -19.17999268 -22.98181152 -28.02429199 -29.26550293 -29.18365479 -29.94274902 -29.47918701 -26.68798828 -18.72155762 -9.301269531 -8.626464844 -15.77520752 -25.6472168 -20.33001709 -5.716369629 -4.444091797 -8.661682129 -5.439575195 1.222412109 3.188537598 -1.918212891 -8.615539551 -11.67382813 -13.37017822 -23.33843994 -43.36340332 -49.5501709 -43.16186523 -45.95532227 -50.84716797 -49.93084717 -46.18768311 -45.2598877 -49.50335693 -55.3984375 -58.68157959 -59.74493408 -63.38317871 -65.10437012 -68.32470703 -65.80871582 -61.44177246 -67.70251465 -75.3112793 -71.92608643 -62.34667969 -57.45214844 -59.11730957 -62.18945313 -60.39501953 -58.56134033 -71.14282227 -86.8157959 -85.72802734 -82.81341553 -89.1418457 -95.13867188 -96.65716553 -96.27697754 -95.88171387 -97.15625 -93.55944824 -82.01879883 -66.39196777 -56.65600586 -52.97198486 -50.21057129 -43.75976563 -41.93505859 -47.44604492 -49.45654297 -44.61181641 -42.68994141 -48.35101318 -55.20037842 -61.22174072 -68.4317627 -78.36560059 -94.49298096 -102.960022 -99.10107422 -95.80279541 -95.87670898 -92.50646973 -86.55004883 -80.30609131 -76.81451416 -76.19561768 -70.8614502 -60.01519775 -52.44555664 -50.12158203 -51.46856689 -51.79571533 -42.66723633 -39.03625488 -42.17248535 -40.42730713 -34.59777832 -33.53814697 -38.46270752 -43.52600098 -46.59057617 -46.6114502 -46.16693115 -57.51605225 -68.39123535 -66.32592773 -61.5222168 -63.80523682 -68.55059814 -69.37750244 -66.41729736 -61.52435303 -54.51019287 -42.4119873 -25.65905762 -16.2989502 -19.91564941 -21.12927246 -24.36242676 -18.31774902 -8.281677246 -10.23742676 -10.90515137 -3.604125977 1.061340332 -3.938720703 -14.84033203 -26.37329102 -34.46429443 -37.80181885 -44.4619751 -56.23480225 -58.91699219 -51.42724609 -49.13330078 -52.00421143 -51.87585449 -51.88555908 -52.99084473 -53.86523438 -51.10736084 -43.06268311 -32.54907227 -20.97216797 -13.12469482 -10.48681641 -3.752197266 8.327575684 9.248291016 1.672302246 -2.276245117 -0.7121582031 0} {curve((frame-s tart_at)%(last_ key/frequency_m ult)*frequency_ mult)*(group.wi dth/capture_wid th)*(focal_leng ht/capture_foca l)*translate_ga in 0 -3.961669922 -8.118286133 -13.40344238 -20.96966553 -30.95535278 -44.35842896 -52.74212646 -49.55691528 -50.50402832 -54.84936523 -51.59906006 -41.02575684 -31.18768311 -26.01956177 -23.85040283 -24.13775635 -26.74060059 -31.49188232 -35.28375244 -41.33117676 -55.20397949 -76.7255249 -96.00866699 -113.4148254 -117.3543701 -95.85348511 -65.08190918 -38.3475647 -21.7923584 -12.37304688 -2.87677002 7.86505127 15.15936279 11.7276001 -0.1247558594 -11.01324463 -7.126953125 1.938476563 0.5307617188 -9.260131836 -15.465271 -13.22729492 -10.37304688 -10.6762085 -13.12969971 -13.35021973 -11.50854492 -14.42626953 -28.78341675 -49.6104126 -61.39758301 -65.04626465 -71.50668335 -79.1463623 -71.96557617 -55.07751465 -42.67504883 -41.06427002 -45.81304932 -48.61694336 -48.66699219 -55.77630615 -67.21221924 -67.76879883 -55.97717285 -48.5065918 -53.16552734 -56.7718811 -52.72802734 -49.21447754 -49.5269165 -50.30639648 -48.80792236 -44.84396362 -43.07348633 -50.42398071 -58.83361816 -57.95953369 -61.6585083 -71.58029175 -67.49124146 -44.31689453 -23.42407227 -13.59667969 -10.58758545 -10.45648193 -11.38592529 -20.6348877 -34.23413086 -31.48126221 -10.88165283 1.944885254 -3.602966309 -12.70227051 -18.89355469 -27.74841309 -37.66601563 -43.0378418 -42.80792236 -45.95492554 -57.11096191 -71.73120117 -74.02416992 -71.97674561 -80.29406738 -85.32128906 -74.01934814 -62.90499878 -60.1416626 -59.9367981 -58.85144043 -58.64608765 -68.00720215 -86.769104 -94.57165527 -89.82043457 -90.37771606 -86.31658936 -70.43383789 -59.23791504 -58.54571533 -61.96008301 -58.52529907 -47.73254395 -37.83135986 -36.17849731 -44.85552979 -48.42092896 -41.47653198 -48.27062988 -65.61553955 -63.34368896 -43.34307861 -26.07009888 -17.23956299 -13.25073242 -10.11291504 -10.00201416 -22.43597412 -44.21618652 -55.22012329 -48.80789185 -49.37197876 -56.83145142 -55.50161743 -49.12432861 -45.90447998 -42.84521484 -36.16381836 -26.91082764 -20.97595215 -22.7220459 -34.38891602 -43.81436157 -40.26678467 -38.69061279 -45.92459106 -46.3196106 -34.68563843 -23.07189941 -16.66589355 -11.58477783 -4.774108887 1.899658203 -0.3239746094 -15.19689941 -32.08081055 -36.52954102 -31.74273682 -26.75576782 -19.09899902 -9.100463867 -2.548950195 -4.23626709 -9.340820313 -11.24645996 -11.86413574 -12.90301514 -18.17944336 -33.66952515 -51.51077271 -59.60025024 -73.50128174 -85.71948242 -72.440979 -47.16131592 -30.47521973 -25.61767578 -28.27987671 -31.67166138 -39.52813721 -56.39941406 -78.79547119 -91.29031372 -92.18725586 -94.40893555 -96.84393311 -92.96731567 -83.99761963 -76.74551392 -72.56628418 -68.12115479 -61.8911438 -57.94146729 -63.74450684 -77.82385254 -89.71038818 -87.63153076 -87.58877563 -97.67883301 -93.33764648 -73.81072998 -56.50170898 -47.89682007 -45.19195557 -43.46499634 -42.07501221 -50.89324951 -67.32852173 -77.48434448 -74.30300903 -69.22146606 -65.58288574 -60.82247925 -55.61193848 -52.26861572 -51.29492188 -50.82208252 -51.62335205 -53.54907227 -58.84283447 -73.53805542 -90.15039063 -93.07055664 -91.94238281 -102.4300537 -113.2333374 -103.740387 -88.65649414 -80.26123047 -77.42022705 -72.8215332 -65.16516113 -64.52435303 -75.97540283 -92.18685913 -91.94476318 -78.90814209 -78.60852051 -82.97143555 -76.92730713 -67.57885742 -65.98028564 -67.42340088 -64.97180176 -60.5758667 -62.50305176 -72.05551147 -82.30865479 -82.13885498 -77.00857544 -82.57070923 -94.6293335 -93.93179321 -78.77563477 -65.49438477 -61.86187744 -63.25900269 -63.08227539 -64.35574341 -75.125 -91.1385498 -94.722229 -86.56542969 -82.24908447 -82.37008667 -77.88500977 -70.08850098 -66.65527344 -66.19439697 -63.24191284 -59.85528564 -62.06607056 -73.87438965 -89.18637085 -95.81018066 -89.21557617 -84.51416016 -95.95440674 -106.7880249 -104.5266418 -99.28762817 -96.83642578 -93.40597534 -86.29443359 -73.92776489 -67.02386475 -72.54925537 -81.78936768 -82.8862915 -72.92224121 -70.58236694 -75.28713989 -66.82470703 -52.16442871 -43.51428223 -41.85803223 -42.03973389 -41.72747803 -43.45822144 -51.97064209 -65.43707275 -74.76373291 -74.87481689 -74.69818115 -83.11785889 -87.10168457 -73.73675537 -55.32904053 -45.96337891 -43.50756836 -40.77734375 -35.39221191 -36.02478027 -49.33239746 -65.5680542 -70.03851318 -70.01507568 -77.73773193 -80.83383179 -70.60797119 -58.63952637 -53.58306885 -51.89294434 -49.75946045 -46.36248779 -45.71963501 -53.21118164 -66.35656738 -72.08404541 -65.52142334 -62.23291016 -67.94754028 -64.35162354 -48.00805664 -34.73907471 -32.27301025 -34.33087158 -34.60137939 -37.00488281 -47.82006836 -62.11968994 -69.5140686 -66.86096191 -63.41577148 -60.49182129 -55.20550537 -47.79779053 -45.73175049 -48.34915161 -51.01626587 -52.90161133 -54.18139648 -59.98892212 -70.54248047 -78.83508301 -73.12756348 -59.63589478 -58.065979 -65.1781311 -59.48406982 -45.21948242 -38.07263184 -39.49038696 -43.13983154 -41.99002075 -41.06756592 -47.79541016 -58.92996216 -68.55194092 -67.36090088 -68.21380615 -74.8494873 -77.96917725 -72.4621582 -65.57955933 -63.95635986 -62.98120117 -61.24279785 -59.50817871 -61.42324829 -70.35461426 -81.27624512 -77.70672607 -69.63104248 -65.94848633 -74.05419922 -80.6809082 -71.21081543 -56.10015869 -47.56427002 -43.84100342 -37.40869141 -28.84481812 -28.38201904 -36.75408936 -45.81158447 -45.4725647 -39.63183594 -40.10119629 -48.90786743 -46.37487793 -32.72790527 -21.46765137 -12.68731689 -6.280395508 -2.797973633 -6.833862305 -20.33129883 -38.63781738 -53.41925049 -55.63146973 -51.05767822 -52.00842285 -57.34674072 -49.94696045 -28.60281372 -7.008789063 2.813293457 2.10534668 0}}
addUserKnob {7 rotate R -180 180}
rotate {{curve(((frame -start_at))%(la st_key/frequenc y_mult)*frequen cy_mult)*(captu re_width/width) *rotate_gain 0 0.06572790976 0.177516043 0.1343928906 0.09055953196 0.2350599558 0.1837098568 0.1911367349 0.1867165651 -0.3232013341 -0.5360246914 -0.5155006088 -0.5877429701 -0.6671392597 -0.8856290166 -1.129660705 -1.273491174 -1.473251952 -1.68914594 -1.775746651 -1.990688949 -2.290442345 -2.376260773 -2.258417483 -2.593144129 -2.380751455 -1.911655402 -2.155004101 -2.352231873 -2.525321208 -2.642665275 -2.53095205 -2.42208734 -2.398407004 -2.363212195 -2.192434954 -1.849602323 -0.934808514 -0.5444036815 -0.5455169698 -0.2456895353 0.128357536 0.1700181431 -0.06026150628 -0.06741808496 -0.04338427126 0.08907626559 0.1691013653 -0.07695981528 -0.3044364569 -0.4225291606 -0.3814645337 -0.1581362593 -0.1483665791 -0.02609061737 0.6368872982 0.8670965497 0.7822728162 0.6475686772 0.5346474244 0.3363045721 0.1642061093 -0.09181465357 -0.1343065797 0.1719284586 0.4450804207 0.1579647813 -0.1663027293 -0.2293043473 -0.5950848604 -1.120029332 -1.518497944 -1.681860322 -1.652934841 -1.650038923 -1.803256592 -2.051972739 -2.162367877 -2.26061443 -2.655128048 -2.811173273 -2.276329404 -1.696966384 -2.033193556 -2.473880062 -2.404412553 -2.166269174 -1.732408634 -1.139392107 -0.3004634661 0.8432759256 1.503793198 1.180567301 0.6534681471 0.7149748209 0.7301741559 0.433093743 0.2538519638 0.084127604 -0.2926048402 -1.039684478 -1.810594125 -2.169818518 -1.782183974 -1.68578194 -1.757661939 -1.226878859 -0.6542351837 -1.14386377 -1.853864606 -2.089727396 -2.144099626 -2.045960087 -1.887834571 -1.801885345 -1.21105099 -0.7217531471 -0.595357047 -0.3746445249 -0.543814526 -1.249145962 -1.711273242 -1.676303514 -1.206570095 -0.8530194197 -0.968978686 -1.118464176 -0.8347500878 -0.3840230848 0.03473550269 -0.04214330016 -0.09739200409 0.5128494345 0.6361195802 0.03598069212 -0.4574514486 -0.6018671687 -0.5560143429 -0.4115449802 -0.3839602542 -0.05283394734 0.7321947696 1.239953083 0.760590033 0.424577381 0.5884589754 0.2258167374 -0.3811517333 -0.506116945 -0.4173651231 -0.4213531589 -0.5423717739 -0.7119675214 -0.9745949747 -0.9026439542 -0.6791874834 -0.8017573073 -0.7790002116 -0.3244152513 -0.03070140117 -0.2913806552 -0.6695797636 -0.853709432 -0.8294920267 -0.725117878 -0.7861020735 -0.9571458744 -0.8699701115 -0.6497254616 -0.6333739725 -0.779104343 -0.6000358481 -0.5892215857 -0.6739236584 -0.6572534803 -0.5444217991 -0.2769123071 -0.3013462021 -0.6034001323 -1.022442484 -1.253005726 -1.105498691 -1.028370986 -1.33520733 -1.061485773 -0.3388734685 -0.3222279244 -0.6812861004 -0.7849431059 -0.9220346023 -1.075034185 -1.17691979 -1.160011715 -1.089339907 -0.6659288769 -0.2362298814 -0.2027861809 0.1456900445 0.286970611 0.11711407 -0.1344249604 -0.2552209878 -0.06916004054 0.223931623 0.2090431442 -0.01887949013 -0.1201640576 -0.01841746049 0.1467754334 -0.08451357355 -0.1166953759 0.4905613909 0.6671056939 0.1988438379 -0.1832170825 -0.414557748 -0.6067132959 -0.566559128 -0.4363179641 -0.1494011013 0.4732355924 1.001057529 0.9962035836 0.9349813713 0.9681569814 0.5811205487 0.2116658313 0.1879079963 0.4071509929 0.5631033657 0.6602598541 0.4255243663 0.04222960822 0.07209573348 0.05140193335 -0.06758199351 -0.1301573518 0.2981701814 1.019167076 0.7888241581 0.2526443277 -0.1026612728 -0.3449150386 -0.4011603768 -0.4500566699 -0.4129592034 -0.1863857594 0.4157118164 0.6161690093 0.100689573 0.2637991633 0.4148672979 -0.06799319465 -0.6709464372 -0.8331037729 -0.7160221749 -0.7748425574 -0.9152701381 -0.9320555862 -0.5688354837 -0.1923222517 -0.2903107927 -0.5356315508 -0.5845298368 -0.2462753286 -0.147896944 -0.5864400346 -0.9311068055 -0.9199091673 -0.7210901413 -0.5438517691 -0.4199144343 -0.1474704508 0.4347011645 0.6314106751 0.4832196907 0.4923783718 0.5447698505 0.2459301905 -0.1457696371 -0.239510487 -0.08992228712 -0.001196044462 -0.09958817817 -0.4173881345 -0.4417809977 -0.2362581471 -0.3922596059 -0.683462858 -0.8241516903 -0.5649022533 -0.3001927966 -0.7520562395 -1.397036583 -1.634874307 -1.469642144 -1.171577736 -1.056648822 -1.046564809 -0.9353994953 -0.8032126987 -0.6319990502 -0.9569296737 -0.8016721832 -0.422940729 -0.840794513 -1.395246092 -1.624240941 -1.527210769 -1.287544964 -1.175709233 -1.348699644 -1.370166204 -1.308227357 -1.430936738 -1.508148465 -1.833163466 -1.52963221 -1.004219663 -1.189691377 -1.606530348 -1.78566895 -1.758295073 -1.690734812 -1.743679616 -1.666150719 -1.190441813 -0.7714579356 -0.7691689494 -0.7375371562 -0.3484369414 -0.1513882634 -0.3998065929 -0.5801186888 -0.6134000513 -0.6583774978 -0.6321834564 -0.8777847722 -1.198129088 -1.200028051 -0.9026044223 -0.8901724893 -1.171737425 -1.490443234 -1.212741187 -1.064177398 -1.429594093 -1.72475121 -1.742851419 -1.696495725 -1.718487828 -1.533573086 -1.185973554 -0.9366255993 -0.7922681006 -0.8090830723 -0.700359133 -0.5468759248 -0.6401277304 -0.9775345638 -1.014102757 -0.8123185893 -0.5395957876 -0.352875153 -0.5283805045 -0.6113386492 -0.2753783211 -0.1537364764 -0.3615214722 -0.5946779454 -0.5961964191 -0.1824404866 -0.3339472767 -0.7927164794 -1.016455868 -0.9854473485 -0.9321693946 -0.8882129074 -0.9039505168 -0.8205554091 -0.7644429276 -0.4575829869 -0.6544920087 -0.7441070231 -0.7583761904 -0.7531270714 -0.9633128214 -1.06321608 -0.8676244678 -0.6589860197 -0.5765257933 -0.7514961903 -0.8455802163 -0.541456916 -0.3276251106 -0.663454273 -0.499716809 -0.4431929502 0.06466663852 0.4544483092 0.04033080069 -0.4445119282 -0.603320086 -0.4773973744 -0.3531355147 -0.3067421289 -0.179250072 0.05587561736 0.3732311764 0.7102605911 0.624745184 0.6952560901 1.139325837 1.042422616 0.7916789838 0.9027011285 0.9561307886 0.879825895 0.6472867352 0.2610691606 0.153685954 0.2764078645 0.318315933 0.3092943704 0.1845146257 0.3043639502 0.8126400616 0.8812465573 0.6265772983 0.2588234406 0.03117702713 0}}
addUserKnob {14 scale R 0 100}
scale {{(curve(((fram e-start_at))%(l ast_key/frequen cy_mult)*freque ncy_mult)-1)*(f ocal_lenght/cap ture_focal)*sca le_gain+1 1 0.999918114 0.9999345255 1.000058484 1.000219631 1.000421598 1.000668514 1.000771429 1.00074475 1.000835531 1.000737231 1.000476714 1.000212087 1.000167677 1.000248414 1.00037053 1.000476397 1.000593592 1.000707208 1.00084732 1.001049982 1.001427405 1.002064416 1.003034182 1.003701044 1.003415055 1.002419096 1.001229636 1.000528209 1.000336012 1.000265822 1.000198708 1.000184844 1.000282091 1.000392957 1.000436598 1.000446239 1.000415564 1.000507345 1.000584859 1.000628565 1.000578035 1.000367449 1.000056733 0.9998462274 0.9996894859 0.9995853615 0.9995753529 0.9996739572 0.9998278301 1.000056638 1.000112059 1.000088168 1.000218544 1.00025237 1.000059951 0.9998139501 0.9997309089 0.9998600542 1.000130008 1.000303001 1.000407895 1.000553618 1.000808157 1.000868988 1.00082485 1.000805405 1.001065489 1.001250938 1.001245246 1.001156241 1.001139112 1.001069221 1.001034643 1.00100194 1.001104747 1.001462402 1.001886196 1.002297188 1.002732196 1.003161735 1.003337266 1.003698825 1.004240305 1.00493995 1.006101161 1.007327194 1.008093551 1.008069096 1.007629217 1.007535414 1.007393037 1.006648886 1.005867874 1.005628898 1.005324626 1.004633579 1.003974295 1.003558554 1.00330569 1.003321731 1.003567924 1.004109432 1.00458158 1.004836685 1.004804925 1.00485018 1.005177893 1.005491362 1.005653527 1.006009691 1.006354916 1.006385851 1.006037793 1.00569099 1.005424639 1.004919934 1.004575739 1.004149685 1.003620522 1.003176368 1.002990634 1.00280315 1.002395756 1.00207263 1.001985953 1.002057855 1.002225998 1.002234706 1.002253491 1.002543843 1.002763169 1.002300367 1.001785376 1.001529831 1.001461253 1.001376683 1.001351938 1.001404105 1.001564656 1.001829272 1.001703362 1.001480274 1.001604399 1.001634428 1.001314534 1.001085382 1.000942161 1.000738475 1.000552099 1.000499856 1.000607682 1.000717859 1.000975014 1.001016236 1.00110383 1.001185071 1.001266906 1.001065068 1.001068209 1.001137953 1.001250242 1.001481528 1.001895887 1.002358444 1.002749593 1.003002691 1.002970652 1.002906929 1.00248325 1.002163365 1.002191449 1.0022004 1.002023279 1.001865414 1.001640391 1.001447533 1.001301539 1.001274041 1.001346384 1.001623354 1.001969417 1.002415369 1.002804833 1.002774746 1.002082825 1.001398098 1.001045786 1.001109006 1.001300696 1.001439893 1.001601797 1.001874494 1.002287532 1.002446552 1.002385691 1.002611799 1.002768389 1.002584337 1.002409221 1.002391618 1.002300062 1.002011904 1.001735147 1.00167989 1.001880055 1.002197083 1.002591737 1.002624114 1.002692423 1.002829827 1.002492367 1.001954071 1.001572611 1.001523214 1.001661716 1.001762801 1.001823847 1.001952512 1.002163976 1.002042457 1.001772925 1.001495838 1.001339007 1.00120046 1.001044247 1.000923563 1.000795925 1.000718154 1.000695639 1.000778769 1.000920621 1.001314872 1.001552633 1.001657449 1.001602935 1.001993389 1.002050567 1.001644721 1.001066122 1.000656566 1.000560526 1.000457052 1.000330062 1.000455564 1.000820252 1.001250158 1.001050931 1.00075983 1.000881936 1.00092642 1.000614506 1.000394708 1.000356098 1.000351435 1.000259249 1.000272986 1.000504887 1.00078266 1.001084064 1.000923953 1.000867891 1.00097592 1.001160922 1.000744149 1.000133585 0.9997973044 0.9998031204 1.000110856 1.000319121 1.000546034 1.000871171 1.001233093 1.001103345 1.000746701 1.000605256 1.000548565 1.000315703 1.000078439 1.000051393 1.000022003 0.9999638756 0.9999771203 1.000181964 1.000508305 1.000799184 1.000815823 1.00060379 1.000621309 1.001147798 1.001177829 1.000775521 1.000386058 1.000088095 0.9996816107 0.9992811713 0.9989028528 0.9989898188 0.9993691497 0.9997500785 0.9998090419 0.9996308744 1.000025876 1.000099797 0.9996643928 0.9994230249 0.9994463397 0.9994514925 0.9994138277 0.9994521471 0.9997082764 1.000110328 1.000534158 1.000699868 1.000831788 1.000862145 1.0012065 1.000922667 1.000253794 1.000084866 1.000329397 1.000315007 1.000149402 1.00019338 1.000615845 1.001189698 1.001581725 1.001696304 1.002219375 1.003019273 1.002929858 1.002474671 1.002532748 1.002822692 1.002962614 1.003030542 1.003080086 1.003379096 1.003494037 1.003350572 1.002810863 1.002363961 1.002294134 1.002326416 1.001928887 1.001588458 1.001712328 1.002006175 1.002111596 1.002282647 1.00266651 1.003184615 1.003698909 1.003978878 1.004236459 1.00485269 1.005279098 1.005053002 1.004917792 1.00502778 1.004997055 1.004825458 1.004697476 1.004715038 1.004937188 1.005004804 1.004730962 1.004412601 1.004111628 1.004431713 1.004518894 1.004042827 1.003759071 1.00380062 1.003838309 1.003690014 1.003602341 1.003622509 1.004140026 1.004490727 1.004743818 1.004668043 1.005132569 1.005566298 1.005479838 1.005018455 1.004909695 1.0049611 1.004910451 1.004737337 1.004586233 1.00448954 1.004420912 1.004258779 1.003939975 1.003720863 1.00363886 1.003842883 1.003555578 1.002911138 1.002412622 1.002154203 1.001974325 1.001778971 1.001716584 1.00184145 1.002077254 1.002202706 1.002128245 1.002079865 1.002362108 1.002405273 1.001884185 1.001437732 1.001226832 1.000974413 1.001017975 1.001173539 1.001476438 1.00163684 1.001580545 1.001426457 1.001094595 1.000849492 1.000834023 1.000637255 1.000164818 0.9997305922 0.9996728909 0.9998947681 1.000124784 1}}
addUserKnob {12 center}
center {
 
 
0 # Frank Rueter 2016-02-16 23:07
That is fine. I can save this into a gizmo file and use it in Nuke, so the problem might be in your menu.py where you call the gizmo.
What does the command look like that is meand to create the gizmo?
 
 
-1 # Tom Li 2016-02-17 13:28
I have no idea, didn't think the menu.py had to be adjusted. So I didn't really adjust that file.

Do I have to adjust the menu.py file as well ?
 
 
0 # Frank Rueter 2016-02-17 20:28
what does your menu.py look like?
 
 
0 # Tom Li 2016-02-18 15:49
This is the content of my menu.py




##---------- Superpose ----------

nuke.menu("Nodes").addMenu("Superpose").addCommand("Superpose","nuke.createNode('Superpose')")

##---------- Ym_alignNodes ----------

import Ym_alignNodes

toolbar = nuke.toolbar('Nodes')
mcMenu = toolbar.addMenu ('Ym_alignNodes Ver1.5', icon='alignNodes.png')

mcMenu.addCommand('Left X', 'Ym_alignNodes. alignLX()', '+F1',icon='leftX.png')
mcMenu.addCommand('Center X', 'Ym_alignNodes. alignCX()', '+F2',icon='centerX.png')
mcMenu.addCommand('Right X', 'Ym_alignNodes. alignRX()', '+F3',icon='rightX.png')
mcMenu.addCommand('Interval X', 'Ym_alignNodes. align_intX()', '+F4',icon='intervalX.png')

mcMenu.addCommand('Top Y', 'Ym_alignNodes. alignTY()', '+F5',icon='topY.png')
mcMenu.addCommand('Center Y', 'Ym_alignNodes. alignCY()', '+F6',icon='centerY.png')
mcMenu.addCommand('Under Y', 'Ym_alignNodes. alignUY()', '+F7',icon='underY.png')
mcMenu.addCommand('Interval Y', 'Ym_alignNodes. align_intY()', '+F8',icon='intervalY.png')

mcMenu.addCommand('Interval XX', 'Ym_alignNodes. align_intXX()', '+F9',icon='intervalXX.png')
mcMenu.addCommand('Interval YY', 'Ym_alignNodes. align_intYY()', '+F10',icon='intervalYY.png')

##---------- ImagePlane ----------


toolbar = nuke.toolbar('Nodes')
DWMenu = toolbar.addMenu ('DW', icon='DW.png')

DWMenu.addCommand("ImagePlane", "nuke.createNod e(\"ImagePlane\ ")", icon="ImagePlane.png")

##---------- Chromatic_aberr ation ----------



toolbar = nuke.toolbar('Nodes')
DWMenu = toolbar.addMenu ('DW', icon='DW.png')
DWMenu.addCommand("Chromatic_Aberration", "nuke.createNod e(\"Chromatic_A berration\")", icon="Chromatic_Aberration.png")

#Atmosphere
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('Andreu', icon='A_andreu.png')
AMenu.addCommand('ATMOSPHERE', 'nuke.createNod e("Atmosphere") ', icon='A_atmosphere.png')

#ColorLookup_PS
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('ColorLookup_PS', 'nuke.createNod e("ColorLookup_ PS")', icon='DW.png')

#nColorama
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('nColorama', 'nuke.createNod e("nColorama")' , icon='DW.png')

#ADay2Night
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('Day2Night', 'nuke.createNod e("Day2Night")' , icon='DW.png')

#CocoMatchgrade
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('CocoMatchgrade', 'nuke.createNod e("CocoMatchgra de")', icon='DW.png')

#vignette_v2
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('vignette_v2', 'nuke.createNod e("vignette_v2" )', icon='DW.png')

#Matter
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('Matter', 'nuke.createNod e("Matter")', icon='DW.png')

#lasersight
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('Mlasersight', 'nuke.createNod e("lasersight") ', icon='DW.png')

#Anamorphic_Bars_v03
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('Anamorphic_Bars_v03', 'nuke.createNod e("Anamorphic_B ars_v03")', icon='DW.png')

#keyid
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('keyid', 'nuke.createNod e("keyid")', icon='DW.png')

#Channel_Boolean
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('Channel_Boolean', 'nuke.createNod e("Channel_Bool ean")', icon='DW.png')


#JFX_MultiChannelMerge
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('JFX_MultiChannelMerge', 'nuke.createNod e("JFX_MultiCha nnelMerge")', icon='DW.png')


#punchALF
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('punchALF', 'nuke.createNod e("punchALF")', icon='DW.png')

#X_Tesla

toolbar = nuke.toolbar('Nodes')
mcMenu = toolbar.addMenu ('X_Tesla', icon='X_Tools.png')

toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('X_Tools', icon='X_Tools.png')
AMenu.addCommand('X_Tesla', 'nuke.createNod e("X_Tesla")', icon='X_Tesla.png')

#MCID
toolbar = nuke.menu('Nodes')
AMenu = toolbar.addMenu ('DW', icon='DW.png')
AMenu.addCommand('MCID', 'nuke.createNod e("MCID")', icon='DW.png')
 
 
+1 # Frank Rueter 2016-02-18 19:24
I don't see the entry fot the CameraShake gizmo?
If you are using the line you pasted above there is a stray white sapce in the createNode command which would trigger such an error (sorry, should have seen that before):
nuke.createNod e
should be
'nuke.createNode
 
 
-1 # Tom Li 2016-02-19 15:11
Cool, that did solve one problem!

Now there is a different error saying:

'In_RealCamShake_v01: Unknown command'

Do I have to add something to the menu.py file?
 
 
+1 # Frank Rueter 2016-02-23 00:07
make sure the name in the addComand() part is exactly what the file name is (case sensitive)
 
 
0 # Luca Mignardi 2016-04-03 17:18
Hi Frank,
sorry for the late reply and thanks for the suggestion. Now should everything correct, I use to save my gizmo in that way that's why (Actually I should change all my gizmos).
Have a look for me, if you can, if the way I have named the file now will work properly with you new upcoming tool.
Thanks!
 
 
0 # Frank Rueter 2016-04-06 00:31
Yes, this works perfectly with the upcoming nuBridge, thanks a lot!
 
 
0 # Giles Hicks 2017-02-01 14:56
Top stuff, cheers mate
 
 
0 # Dmitriy Patrushev 2019-02-05 11:29
Wonderful tool. Thank you very much!
 
 
0 # Slobodan Jankovic 2019-05-21 11:04
Nice gizmo... but every time, when save and close script - when reopen - gizmo is disconnected ...
 
 
0 # Federico Sibella 2019-11-05 09:41
Very nice! Using every day!
 

You have no rights to post comments

We have 2721 guests and 124 members online