Blender Git Commit Log
Git Commits -> Revision 94ec80d
Revision 94ec80d by Sergey Sharybin (master) September 5, 2018, 13:56 (GMT) |
CCG: Remove number of layers from key The issue there was that number of layers did not include normals, while element size counts bytes used by normals. This sounds very fragile and dangerous to work further. Also, one value can easily be delivered from another, so it is redundancy going on here. Possible difference now is that multires subdivision will copy normals to a higher levels. Shouldn't be big of a problem, since leaving old normals and updating coordinates is not correct either. |
Commit Details:
Full Hash: 94ec80d21cc437c56dde8b8ff04a852810656eb7
Parent Commit: 44d4a61
Lines Changed: +2, -4