๐ฅ H Camera Reverse
Reverse your camera animation with one click
๐ What it does
Takes your animated camera and makes it play backwards in time.
Perfect for flipping shot directions, matchmoving, or creative effects.
๐ฅ H Camera Reverse
Reverse your camera animation with one click
๐ What it does
Takes your animated camera and makes it play backwards in time.
Perfect for flipping shot directions, matchmoving, or creative effects.
First submitted: 20 May 2026
Author: hesham ali
Compatible Nuke versions: All
Compatibility: Source
๐ฅ H Camera Reverse
Reverse your camera animation with one click
๐ What it does
Takes your animated camera and makes it play backwards in time.
Perfect for flipping shot directions, matchmoving, or creative effects.
๐ How to install
1๏ธโฃ Save the code as H_camera_Reverse.py
2๏ธโฃ Put it in your .nuke folder:
OSPath
๐ช WindowsC:\Users\%USERNAME%\.nuke
๐ Mac/Users/%USERNAME%/.nuke
๐ง Linux/home/%USERNAME%/.nuke
3๏ธโฃ Add this to your menu.py file:
################################################################
#camera_Reverse
import H_camera_Reverse
nuke.menu('Properties').addCommand(
'H camera Reverse...',
'H_camera_Reverse.start()'
)
################################################################
4๏ธโฃ Restart Nuke โ
๐ฎ How to use StepAction
1_Select a Camera node
2_Right-click โ Properties menu
3_Click ๐ฌ H Camera Reverse...
4_Done! Animation is reversed
Comments