blender-addon icon indicating copy to clipboard operation
blender-addon copied to clipboard

Disparity map results in `nan` when focus_distance = 0

Open nikhil-97 opened this issue 7 years ago • 0 comments

There's an error in the function render_depth_and_disp_maps(..) in lightfield_simulator.py . When the LF.focus_dist is set to 0, it results in the calculated disp becoming nan as it is divided by 0. Better to perform a check before applying the formula, so that LF.focus_dist or LF.sensor_size are not set to zero.

nikhil-97 avatar Jul 26 '18 15:07 nikhil-97