Blender Git Commit Log

Git Commits -> Revision 6c7467e

Revision 6c7467e by Sergey Sharybin (master)
August 18, 2014, 11:38 (GMT)
Fix T41085: Blender crashes when using "spline" or "segments" for bevel curve factor.

Root of the issue goes to the fact that bevel list calculation might drop some points
if they're at the same position. This made spline length calculation goes wrong.

Now the length of the bevel segments is stored in the bevel list, so values are
always reliable.

Initial patch by Lukas Treyer with some tweaks from me.

Commit Details:

Full Hash: 6c7467e0da9cf241b1eac7dfe91e6aefe1d985ce
Parent Commit: 05cb63e
Lines Changed: +210, -133

5 Modified Paths:

/source/blender/blenkernel/BKE_curve.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/curve.c (+150, -14) (Diff)
/source/blender/blenkernel/intern/displist.c (+53, -115) (Diff)
/source/blender/blenkernel/intern/object.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021