Files
test/source/blender/geometry
Jacques Lucke c9766f31e0 Fix: handle non-array attributes when resampling curve
Previously, this code would crash when there are vertex groups which are
not stored as simple arrays. This happened e.g. in #124416.

All non-array attributes are converted to array-attributes with this change
for now, which is better than crashing.
2024-07-11 16:19:33 +02:00
..