ScriptSpot

Script

FreeToTarget

By James Coulter · 2006-10-21

Version
1.04
Version requirement
4
Date updated
2002-11-19
Votes
9
Download
Download
Description

Creates an animated Target Camera based on an animated Free camera
version 1.04 works with both MAX 4 & MAX 5 - and adds position memory for the dialog.

Tags: Cameras

Comments (1)

1-7-2013 update to support VRay cameras

milesmajefski · 2013-01-08

I needed to convert a camera from Syntheyes to 3dsMax 2013 to After Effects CS6. Syntheyes outputs cameras without targets, so I made this script work with VRay cams. All I changed was this:

NewCam.type = #target

to this:

if classof newcam == vrayphysicalcamera then
NewCam.targeted = true
else
NewCam.type = #target

Attachments