Files
test/source/blender/blenkernel
Falk David c8211b23c7 Refactor: Add CurvesGeometry::is_empty() function
Previously, some places used `curves.points_num() == 0` some other
places `curves.curves_num() == 0` to check if the geometry is empty.

Rather than having these two ways, add an `is_empty()` function
that replaces all these different checks.

Also update the curves geometry tests to use this function.

Pull Request: https://projects.blender.org/blender/blender/pulls/130168
2024-11-12 14:46:24 +01:00
..
2024-05-08 11:25:00 +02:00
2024-09-21 16:22:52 +10:00
2023-11-27 09:30:52 +11:00
2024-09-19 14:54:25 -04:00
2024-08-22 17:05:48 +02:00