Adverti horiz upsell

Cam LT 1.0.0 for Maya (maya script)

Lists all the cameras in the scene and allows the user to look through it.

License
Button download
149 Downloads

Compatibility

  • 2014, 2013, 2012

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:03/07/2014
Last Modified:03/08/2014
File Size: 4.29 KB

Keywords

maya, script, Layout, camera

Title: Cam LT
Author: Andrew Kin Fun Chan
Email: AndrewChan1985@gmail.com
Date: March 2014
Version: 1.0
Compatibility: Maya 2014

______________________________________________________________________________________________________
______________________________________________________________________________________________________

INSTALLATION INSTRUCTIONS:

1) Copy or move the "andrewc" folder into a Maya source script directory. If an "andrewc" folder exists, copy the contents of the folder to the existing folder.       

Script Directory Example:             
C:\Users\username\Documents\maya\2014-x64\scripts

If you don't know what your source script directories are, run the below code in a Python tab in Maya.
It will return a list of all the folders that Maya is sources.

import sys
for s in sys.path:
  print s

2) After it is copied, to run the script, copy and paste the below code into a Python tab in Maya.
import andrewc.cam_LT.camera_GUI as cam_LT
reload(cam_LT)

______________________________________________________________________________________________________
______________________________________________________________________________________________________

Updates:
___
v1.0* First release

______________________________________________________________________________________________________
______________________________________________________________________________________________________

DESCRIPTION:

List all the cameras in the scene and allows the user to look through selected. Currently it always looks through ModelPanel1. It does not detect which ModelPanel the user has currently active. There is also a drop down menu to filter between left and right cameras to make the the scroll list more human friendly to read.

I wrote this tool because many times the director wants to see things in context to the shot camera. We have to load all the cameras in and cycle through them to show how it will look from the shot cameras. 

Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.