Files
test/source
Pratik Borhade 782d096905 Fix #120374: Knife crashes when displaying measurements
Caused by 7ed02da2be.
`curr.ob_index` is -1 when the ray does not hit any face
(`knife_find_closest_face`). This will lead to crash when mouse
is not over any faces. To avoid crash, use `bvh.ob_index`.

Pull Request: https://projects.blender.org/blender/blender/pulls/120392
2024-04-08 13:31:54 +02:00
..