Blender Git Loki

Git Commits -> Revision 5007d95

Revision 5007d95 by Campbell Barton (master)
October 25, 2007, 15:23 (GMT)
==Curve Editing==
Curve select lasso and border didnt work with hide handles enabled.

Hiding handles was using the scene->selectmode variable, but looking at this now, I see there are places where selectmode is compared with
SCE_SELECT_VERTEX, EDGE, FACE etc. as well as being.
Better to use a global flag, same as G_DRAWFACES.
This is not good since anyone using this in the few days will have an invalid selectmode variable. simple way to fix is to change modes, so do_versions shouldnt be needed.

Commit Details:

Full Hash: 5007d9557229a83cca7cba32f9162be73ea1dbdb
SVN Revision: 12391
Parent Commit: a9590ff
Lines Changed: +26, -17

5 Modified Paths:

/source/blender/blenkernel/BKE_global.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -3) (Diff)
/source/blender/src/buttons_editing.c (+1, -1) (Diff)
/source/blender/src/drawobject.c (+3, -3) (Diff)
/source/blender/src/editview.c (+20, -10) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021