Blender Git Commit Log
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