bdk-blender/source/blender/modifiers
Philipp Oeser feda674314 Fix #115526: missing normals on first chunk of array modifier
Exposed by 383a145a19.

Think the issue actually started in cfa53e0fbe, since then the new
destination normals were only filled from the first array copy onwards
(probably hidden by some recalculation of normals somewhere?).

In any case, starting the destination normals array with what we have
from the input mesh normals and then resizing the array (instead of
reinitializing it from scratch) fixes this.

Pull Request: blender/blender#115612
2023-12-01 11:06:34 +01:00
..
intern Fix #115526: missing normals on first chunk of array modifier 2023-12-01 11:06:34 +01:00
CMakeLists.txt CMake: use bf_io_ prefix for IO tests 2023-09-23 20:22:19 +10:00
MOD_modifiertypes.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
MOD_nodes.hh Geometry Nodes: generalize modifier simulation cache storage names 2023-09-03 16:14:11 +02:00