Blender Git Commit Log
Git Commits -> Revision 2c662f8
Revision 2c662f8 by Brecht Van Lommel (master) May 1, 2013, 12:35 (GMT) |
Fix #35171: crash rendering cube with two subsurf modifier in some circumstances. Problem was actually integer overflow in the requested data layers (1 << 31) does not fit in an integer, it only goes up to (1 << 31) - 1. |
Commit Details:
Full Hash: 2c662f8be8c2efec3eac70fb347c68e3adec41dc
SVN Revision: 56441
Parent Commit: 96c2ff9
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesdna/DNA_customdata_types.h (+1, -1) (Diff)