Block a user
Fix #123181: Sculpt Transform tools dont keep verts on the symmetry axis
Appears to work the same in Edit mode and Sculpt mode now, no code comments from me, though I agree with Iliya and Hans on the constexpr
Sculpt: Initial data oriented refactor for crease/blob brushes
Re-tested, everything's looking good now
Refactor: Add helper method for creating face set attribute
Sean Kim
deleted branch array-include-mesh-brush-commons from Sean-Kim/blender
2024-06-19 02:35:16 +02:00
Cleanup: Add BLI_array.hh to includes for common brush code
Cleanup: Add BLI_array.hh to includes for common brush code
Sean Kim
created branch array-include-mesh-brush-commons in Sean-Kim/blender
2024-06-19 01:52:14 +02:00
6302944464
Cleanup: Add BLI_array.hh to includes for common brush code
6bb978d07d
Fix #123382: Subdivision surface crash with no faces
8ac66b1c8e
Cleanup: Add comments for StrokeCache variables
97b06c429f
Cycles: Fix multiscattering Oren-Nayar at glancing angles, update tests
Cleanup: Add comments for StrokeCache variables
Sculpt: Initial data oriented refactor for clay strips brush
Tested against the files in tests/data/sculpting
- noticed that for shape_keys.blend
, the current patch doesn't seem to affect the mesh.
Regression: Incorrect initialization of face sets by material
Assumed this was related to a different bug I looked at recently - unassigning myself for now since it seems unrelated.
Cleanup: Add comments for StrokeCache variables