Blender Git Loki
Git Commits -> Revision 6857d31
Revision 6857d31 by Campbell Barton (master) November 26, 2012, 04:58 (GMT) |
fix [#33305] Bevel tool crashes Blender if the number of segments exceeds 28 this was infact a general bug in BLI_array_grow_items(), surprising we didnt run into it before. - growing the array for the first time would use the static var even if it wasn't big enough. |
Commit Details:
Full Hash: 6857d3118063caca392e1dd4034bca24e2f125cb
SVN Revision: 52554
Parent Commit: e77e1f1
Lines Changed: +16, -11
1 Modified Path:
/source/blender/blenlib/BLI_array.h (+16, -11) (Diff)