Freeze Camera Script for Fusion

I’ve seen this in a Nuke pipeline recently, so I thought I’d rewrite it for Fusion: a script that copies an animated camera and freezes it at the current frame so you can use it for camera projections. Much faster than clicking “Remove Animation” on half a dozen controls 🙂

Download Freeze Cam.py (goes into Scripts:\Tool folder)

If you have customized your context menus, add this snippet to your Fusion.menus so you can access this script quickly when right-clicking a Camera3D tool:

Camera3D = {
   { "Freeze Projection", [[@Scripts:Tool\Freeze Cam.py]] },
},

Also goes along well with my other script, which quickly aligns cards in 3D space if you have a point cloud: 3-Point-Imageplane (includes screencast)

 

Tags: ,

Comments are closed.