Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 239 Bytes

File metadata and controls

13 lines (9 loc) · 239 Bytes

CameraBatch

A Maya Camera Batch Tool

Drag and Drop the setup.mel into maya and CameraBatch will install itself.

Run this code in python to execute it:

import CameraBatch

if __name__ == '__main__':
    CameraBatch.show()