Blender Git Commit Log

Git Commits -> Revision 5018ea5

Revision 5018ea5 by Campbell Barton (master)
April 26, 2013, 21:04 (GMT)
real fix for [#35097], (curve cap flipping).

previous commit was incorrect, the face flipping depended on the orientation of the curve.

fix by passing the bevel direction to the fill function so we can have a reliable front/back.

This also gives some speedup for all curve filling since we can avoid calculating the normal since its already known.

Commit Details:

Full Hash: 5018ea5e29fad0404ca4871aa3eff4599cc04878
SVN Revision: 56331
Parent Commit: 357198d
Lines Changed: +35, -20

5 Modified Paths:

/source/blender/blenkernel/BKE_displist.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/displist.c (+26, -11) (Diff)
/source/blender/blenlib/intern/scanfill.c (+4, -6) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+2, -1) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021