Page 1 of 1

Posted: Thu Mar 10, 2005 11:40 pm
by jep
are you using a film gate or a resolution gate?

Posted: Thu Mar 10, 2005 11:51 pm
by Brett Morgan
is the resolution gate from the standard maya camera(ie: whatever your render globals are set at) should be fixed with 1.1.23 release as a maxwell camera is created as default

Brett

Posted: Fri Mar 11, 2005 5:46 pm
by pabl0
yes, i've the same problem

the problem is that you can't change anymore the "filmwidth and height" in maxwell-camera parameters, you can but it doesn't affect the viewport. It only modify the render !!! :( :(

Indeed it doesn't affect the maya-camera "horizontalFilmAperture" and "verticalFilmAperture".


So the agreement between maya viewport and maxwell render works only with : "36mm x 24mm ratio 1.5 "

:(

Posted: Fri Mar 11, 2005 5:48 pm
by DELETED
DELETED

Posted: Fri Mar 11, 2005 6:03 pm
by jep
has anyone tried to change the maya render globals? (to get the reticle to match your adusted Maxwell filmback)

Posted: Fri Mar 11, 2005 6:06 pm
by DELETED
DELETED

Posted: Fri Mar 11, 2005 11:53 pm
by jep
you have to make sure that your maya res and aspect ratio (render Globals -> common) match your Maxwell aspect ratio or niether film gate nor resolution gate will represent the actual output - betty, I'll check on your case when I get back home

good luck

Posted: Sat Mar 12, 2005 5:59 pm
by pabl0
:idea: a piece of temporary solution :

you have to deconnect maya camera aperture and maxwell camera,
create an expression between filmwidth and height and horizontal and vertical aperture.
Then when you change filmwidth and height in mxw cam, it changes the viewport in maya.
It works approximately with normal range of focal length, it's a little wrong with extrem ! But it gives a good idea of the final result.
(you have to make sure that your maya res and aspect ratio)


the script :

CBdeleteConnection "Maxwell_CameraShape.hfa";
CBdeleteConnection "Maxwell_CameraShape.vfa";
expression -s "Maxwell_CameraShape.horizontalFilmAperture = MXCamera1.filmWidth * 0.039;\r\nMaxwell_CameraShape.verticalFilmAperture = MXCamera1.filmHeight* 0.039;" -o Maxwell_CameraShape -ae 1 -uc all ;

Posted: Sat Mar 12, 2005 6:02 pm
by DELETED
DELETED

Posted: Sat Mar 12, 2005 10:21 pm
by pabl0
pabl0 !
like 8etty ! :D

Posted: Sun Mar 13, 2005 12:57 pm
by pabl0
:oops: :D