Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2022-03-08 15:27:54 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2022-03-08 15:47:14 +0300
commitd5e4cab76c625c45b73868cf27021de1fada2830 (patch)
tree0b72d5ef1bd4cdb68f994087c2b16d262ef85d2b /release
parent3a672fe6fbdc22123b4c6342c5ac44ecf189eacb (diff)
Fix T96224: GPU subdiv crash with smooth normals and tangents
Tangents are computed from UVs on the CPU side when using GPU subdivision and require that the normals are available there as well (at least for smooth shading, flat normals can be computed on the fly). This simply adds the missing normals update call for the `MeshRenderData` setup for the subdivision case. Differential Revision: https://developer.blender.org/D14278
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions