Blender Git Loki
Git Commits -> Revision 696836a
Revision 696836a by Sergey Sharybin (master) February 20, 2017, 10:56 (GMT) |
Fix T50718: Regression: Split Normals Render Problem with Cycles The issue seems to be caused by vertex normal being re-calculated to something else than loop normal, which also caused wrong loop normals after re-calculation. For now issue is solved by preserving CD_NORMAL for loops after split_faces() is finished, so render engine can access original proper value. |
Commit Details:
Full Hash: 696836af1dbda1ed104167f9eb535d4603d23f49
Parent Commit: 75ce4eb
Lines Changed: +3, -5