Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible error in createExrCamVray.py #6

Open
vicnaum opened this issue Apr 6, 2015 · 0 comments
Open

Possible error in createExrCamVray.py #6

vicnaum opened this issue Apr 6, 2015 · 0 comments

Comments

@vicnaum
Copy link

vicnaum commented Apr 6, 2015

In vfxpipe/nuke/fxpipenukescripts/createExrCamVray.py:
line 18: reqFields = ['exr/camera%s' % i for i in ('FocalLength', 'Aperture', 'Transform')]

It's checking for "FocalLength" field, but later is working only with camera FOV:
line 51: fov = node.metadata( 'exr/cameraFov', frame) # get camera FOV

There's no "FocalLength" field in vRay 3 for 3ds max 2015 (didn't check earlier).
So this check is redundant and should be checking for 'Fov' instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant