cycloneslider
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/wacggq0abkde/public_html/wp-includes/functions.php on line 6114cartel
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/wacggq0abkde/public_html/wp-includes/functions.php on line 6114tl;dr:\u00a0\u00a0<\/strong>Retime your Camera Node like a PRO!<\/p>\n<\/div><\/div>\n Working with retimed plates and elements in Nuke oftentimes means that you also need a corresponding retimed camera<\/strong>, so that both plate and camera work back together, and you can still use your fancy projection setups and other camera-dependent stuff.<\/p>\n Now, how on earth do I retime my Camera Node in Nuke? Well, you\u00b4re about to find out!<\/strong><\/p>\n Spoiler: it only takes one click if you use my fresh \"b_retime_my_cam\"<\/span> Python Script ;).<\/p>\n 1 - A few things to take into account<\/strong><\/p>\n When we speak about retiming plates, I\u00b4m assuming you are doing it how (arguably ) most of the people would: you hook up a Kronos Node to your plate, and use the \"frame\" option as a \"timing\" method.<\/strong> This way you can easily create a lookup table mapping input frame numbers into output frame numbers.<\/p>\n Regarding your Camera Node, you are good to use either \"regular\" Euler cameras or a matrix based one.<\/p>\n 2 - Distribute the code<\/strong><\/p>\n Copy the script and save it as a Python file called \"b_retime_my_cam<\/span>.py\"\u00a0<\/span>where Nuke can find it. In other words, place it within the Nuke Path file structure. For more info, read my previous posts (or Google it, there\u00b4s tons of info covering this topic.)<\/p>\n 3 - Edit the menu.py file<\/strong><\/p>\n Now we have the Python module where Nuke can find it, we\u00b4re gonna add the following lines to our fantastic menu.py so that we can effectively use it:<\/p>\n n_menu = nuke.menu('Nuke') <\/span> Save the menu.py and restart Nuke.<\/p>\n 4 - Try it!<\/strong><\/p>\n You'll notice that there is a brand new Nuke menu in your upper menu bar, listing the new 'b_retime_my_cam' <\/span>command and its chosen hotkey. Now just select the Kronos Node used to retime your plate and then the Camera Node you want to retime\u00a0accordingly<\/strong> (strictly in this order) and press 'alt+a '(or any\u00a0other hotkey of your convenience).<\/p>\n A tiny Nuke Panel like this one should appear:<\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n Set the \"camera type\" (Euler or matrix) and click ok.<\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n And voila, you will end up with something like this, which means you have now a new, retimed camera that you can use along with your previously retimed plate.<\/p>\n
\nb_menu = n_menu.addMenu('MenuName')<\/span>
\nb_menu.addCommand('b_retime_my_cam', 'b_retime_my_cam.main_function()', 'ctrl+a')<\/span><\/p>\n<\/a><\/p>\n
\n<\/a><\/a><\/p>\n