Fix: Crash calculating edges of empty mesh
commitebd04b5660ef6a11c26ec7d80fb397de5a7fbc39
authorIliya Katueshenock <modormoder@gmail.com>
Wed, 10 Apr 2024 00:36:26 +0000 (10 02:36 +0200)
committerHans Goudey <hooglyboogly@noreply.localhost>
Wed, 10 Apr 2024 00:36:26 +0000 (10 02:36 +0200)
tree46f157ae7762bbf5938fa57427ba694c90ea77fe
parenta419152589d9781a54ba864375d4c22e1817b38d
Fix: Crash calculating edges of empty mesh

At some point (Fill Curve node in my case) it is possible to have
empty task of edges. Simplest fix - ignore such tasks. In future
this might be improved (see: #120224).

Pull Request: https://projects.blender.org/blender/blender/pulls/120330
source/blender/blenkernel/intern/mesh_calc_edges.cc