LaurieA opened this issue on Aug 27, 2010 · 379 posts
Snarlygribbly posted Wed, 01 September 2010 at 5:06 PM
Quote - Laurie:
open camexport.py and search for "fov = "
change the part after the = so the line reads "fov = 360 / pi * atan(12.75 * min(1.0, float(params.resolutionY)/float(params.resolutionX)) / focal)
" (keep the spaces!)
open PoserLuxExporter.py:
find: "camparams = self.globalParameters.get("Camera", exdict())"
add after:camparams.resolutionX=resolutionX camparams.resolutionY=resolutionY
Which version of PoserLuxExporter.py does this code apply to?
The text string "camparams = self.globalParameters.get("Camera", exdict())" does not appear in my version (1-14b) and the only references similar to camparams are commented out and actually spelt cam_params.
Free stuff @ https://poser.cobrablade.net/