Blender Git Loki

Git Commits -> Revision e08de97

Revision e08de97 by Jacques Lucke (master)
December 8, 2020, 17:07 (GMT)
Fix T83114: incorrect normals after joining subdivided meshes

This just makes sure that the mesh coming out of the subdivision
surface node has correct normals. Ideally, we would lazily compute
derived data like normals in more cases, but that can be solved later.
Correctness is more important right now.

In order to solve this better, it would be nice if functions like
`BKE_mesh_ensure_normals` would take a `const Mesh *`.
The mesh could be considered to be logically const, because
normals are derived data that is only cached for the current
state of the mesh.

Commit Details:

Full Hash: e08de974c36a800538d8f9af0f902de6694e5d76
Parent Commit: 40dd708
Lines Changed: +2, -0

1 Modified Path:

/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc (+2, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021