Export Nuke's retime information

Export Nuke's retime information To 3D packages:

This is happen while working with production. In most cases retiming is done beforehand or at the end of a comp. Some time shots getting retimed after Match-move is done. By that time Nuke's retime data (curve) will help to match the tracked camera to new retimed plate.

Here is the trick to export nuke's retime date (curve) to 3D packages such as maya, max, Houdini etc. Here im explaining how to export nuke's retime curve to maya.

Constant re-speed.

I want to retime my input by 200%.

Add a retime node and change the speed to 2. Don't forget to change the filter option to None.


Retime node doesn't generate retime curve at all. So note down the output range. It changed from original range 1001 - 1042 to 1001 - 1021. Which means our input ended with 1021.

Add a TimeWarp node and set keyFrames based on our retime output result. Set a key frame at 1001 as 1001 in input frame knob. Goto frame 1021 and add a key-frame with 1042 on input frame knob. Don't forget to change the filter option to None.




Your timeWarp give the same result as retime node dose.


Export the retime data to Maya as Text file.

Goto TimeWarp node, add a user knob by right mouse click select manage user knobs, Add a integer knob and name it (here i using time). Then hit ok. Nuke will add a integer knob in-to TimeWarp node.


Now right click and select add expression on that custom integer knob. On expression tab add t and hit ok.


Goto curve editor select lookup and time. Right click ---> file ---> export ascii and select it. It will pop-up a window for exporting retime curve as ascii file (text file).


Select file path, name and hit ok by default. Nuke save a text file on your path. open it with text editor and look at it.


Nuke saves retime information on first column and time information on second column. But MAYA using it in reverse order. To import this into maya u need to mirror this information. How to do that.

Simple, Goto export ascii window and change the column for lookup to 2, and column for time to 1. Now nuke will store the informations how MAYA expect.



Import retime curve into MAYA and enjoy.

Re-time a Match-moved camera:

Now we are going to do above method in reverse order. We are going to retime the Match-moved camera inside nuke, instead of exporting retime curve to Maya from Nuke.

Import your Match-moved camera or generate camera using Nukes 'Camera_Tracker'.  Make a copy of it ( for safe).

Goto Translate knob, right click and select Edit expression. Add (farme * 2) at end on x,y and z column.

like below image:


If expression knob have 'curve' add like curve(frame * 2). Don't forget to add same expression to rotate knob's too.

After speed-up Camera (wireFrame cam).







For slow down use (frame / 2). Don't forget to add same expression to rotate knob's too.


After slowDowned Camera (wireFrame cam).




Here i used *2 for 200% speed up and slow downed. You have feed the values as per your shot.

Hope this will help you friends. Enjoy........  keep Nuking......




Comments

  1. hello,how to import retime curve in maya?Thank you.txt or anim or what ever

    ReplyDelete
  2. Thanks for the info. Could you pls explain how to bring that ascii retime curve into maya. Do you apply it to the scene retime curve?

    ReplyDelete
  3. Does it work on non-integer speedup/slowdown values ?

    ReplyDelete
  4. Check it out here : https://hypercreative3d.blogspot.com/2023/11/maya-time-warp-modifier.html

    ReplyDelete

Post a Comment

Popular posts from this blog

Lock and unLock node settings in nuke

Working with UV pass inside NUKE