top of page

Camera ImagePlane to polyPlane Maya



Camera ImagePlane to polyPlane for Maya.

Small script about creating a polyPlane with camera imagePlane and connect its parameters.

Supported:

1. Multi-camera selection is supported.

2. Multiple camera imageplane in single camera is supported.


Note:Most important that the imageplane will be autofit to resolution.


Usage:

  1. Copy the script in C:\Users\USERNAME\Documents\maya\scripts folder.

  2. Select a camera/camera's having imageplane.

  3. run the following code in python tab of maya.

import camImagePlane2Poly_v03 as camPlanePoly

reload(camPlanePoly)

camPlanePoly.ImagePlanePoly().imageToPoly()




Comments


bottom of page