Hi there!
Right now I am hard-coding a piece of code, and I dont know almost anything about mel (but i am trying)
The thing is I want this code works for any cam i have selected, right now only work if the camara names that way
setAttr "cameraShape1.filmFit" 3;
setAttr "cameraShape1.overscan" 1;
setAttr cameraShape1.displayGateMaskOpacity 1;
setAttr "cameraShape1.displayGateMaskColor" -type double3 0 0 0 ;
Replies