Blender Git Loki
Git Commits -> Revision 36c4fc1
Revision 36c4fc1 by Sergey Sharybin (master) February 22, 2017, 09:54 (GMT) |
Cycles: Fix shading with autosmooth and custom normals New logic of split_faces was leaving mesh in a proper state from Blender's point of view, but Cycles wanted loop normals to be "flushed" to vertex normals. Now we do such a flush from Cycles side again, so we don't leave bad meshes behind. Thanks Bastien for assistance here! |
Commit Details:
Full Hash: 36c4fc1ea9d987ec88b27c04927ac44e12a49778
Parent Commit: 2c30fd8
Lines Changed: +24, -6