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.
Script
FreeToTarget
By James Coulter · 2006-10-21
- Version
- 1.04
- Version requirement
- 4
- Date updated
- 2002-11-19
- Votes
- 9
- Homepage
- http://www.jamescoulter.com/
- Download
- Download
Description
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
- jec_free_to_target.mcr — jec_free_to_target.mcr5.4 KB