Blender Git Loki
Git Commits -> Revision 79ef716
Revision 79ef716 by Joshua Leung (master) June 9, 2013, 12:05 (GMT) |
Bugfix [#35686] Grease pencil to curve conversion causes NAN weights on vertices When you convert a grease pencil stroke to a polygon curve and look at the vertices, the first and last vertex have weight = 0, but all others have a -NaN value. This was caused by division by zero issues when minmax_weights[0] == minmax_weights[1]. |
Commit Details:
Full Hash: 79ef7169e9b9fc94088759cb254ba24b6dab096a
SVN Revision: 57308
Parent Commit: d749413
Lines Changed: +12, -4
1 Modified Path:
/source/blender/editors/gpencil/gpencil_edit.c (+12, -4) (Diff)