Fix #115830: Poly Build tool crash with clipping borders #115840

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:115830 into main 2023-12-06 14:13:18 +01:00

1 Commits

Author SHA1 Message Date
Philipp Oeser 73203c44cb Fix #115830: Poly Build tool crash with clipping borders
Since 02ee5a7693 we cant call `ED_view3d_win_to_ray_clipped_ex` with
null `r_ray_end`, `ED_view3d_clip_segment` relies on it.

To fix this, just pass a dummy from `ED_view3d_win_to_ray_clipped`.
2023-12-06 13:29:58 +01:00