2e568d31ed58489b211041f26ff11f74fd2bed75
One obvious problem is that `mr.use_simplify_normals` was assigned after face corner normals were retrieved. The other more complex problem is that now the normals caches automatically mix custom normals from other domains. This can cause the expensive "Tangent Space" normals to be calculated even though we don't explicitly request face corner normals. To fix this, clarify the purpose of the option to only apply to that custom normals format and use the true normals instead in that case. Pull Request: https://projects.blender.org/blender/blender/pulls/140879
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
