Files
test2/source/blender/blenkernel/intern
Hans Goudey f9b627d29c Mesh: Move custom normals to a generic attribute
Move `CD_CUSTOMLOOPNORMAL` to the newly added
`CD_PROP_INT16_2D` generic attribute type. This is similar to
previous commits moving specific custom data types.

The attribute name is `custom_normal`. When the attribute with
that name is on the face corner domain, the code will interpret it
as stored in the existing deformation-invariant spherical coordinate
space.

The API remains the same, with the additional opportunity to edit
custom normal data as an attribute directly (which admittedly is fairly
unintuitive currently).

See #130484.

Pull Request: https://projects.blender.org/blender/blender/pulls/130689
2024-12-04 16:06:36 +01:00
..
2024-01-30 14:42:13 -05:00
2024-10-15 16:22:38 +11:00
2024-11-02 17:34:00 +11:00
2024-10-01 09:59:33 +10:00
2024-09-21 16:22:52 +10:00
2024-09-10 13:41:01 +02:00
2024-08-22 17:05:48 +02:00
2024-08-04 13:45:06 +10:00