Blender Git Commit Log
Git Commits -> Revision eec09a1
Revision eec09a1 by Mai Lavelle (temp-cycles-microdisplacement) June 9, 2016, 10:01 (GMT) |
Pack patch info into triangle data Pack data for finding the originating patch of a triangle into unused bytes in __tri_verts, __tri_vnormal and __tri_vindex. Since these bytes weren't being used there's no increase in memory usage and we avoid more complicated logic that would be necessary if this data was stored in attributes. |
Commit Details:
Full Hash: eec09a147055805a3c31f878a8fabf6289edb5aa
Parent Commit: 0adac9b
Lines Changed: +37, -3