Blender Git Commit Log

Git Commits -> Revision 6b767b8

Revision 6b767b8 by Campbell Barton (master)
November 3, 2010, 01:56 (GMT)
fix [#24499] Consistency Issue with LassoSelect/ExtendOption
Added extend option to lasso.

also...
- selecting bones wasn't checking their layer of if they were hidden in a number of places.
- fixed memory leak.

small unrealed changes
- added PBONE_VISIBLE macro
- renamed functions used for paint selectoin from *_tface to paintface_*. sine they no longer have anything todo with tface's.
- removed scanfill include from BLI_blenlib.h, this is only used in very few places and quite specific.


Noticed lasso select is broken for metaballs and face mask mode but this has been the case for a while, will look into it next.

Commit Details:

Full Hash: 6b767b8018cbf5ca5657cad842271d8d6327ddd0
SVN Revision: 32845
Parent Commit: b9c3bfa
Lines Changed: +487, -420

21 Modified Paths:

/source/blender/blenkernel/BKE_armature.h (+4, -0) (Diff)
/source/blender/blenkernel/intern/displist.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+0, -2) (Diff)
/source/blender/editors/armature/editarmature.c (+24, -9) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -2) (Diff)
/source/blender/editors/include/ED_armature.h (+4, -3) (Diff)
/source/blender/editors/include/ED_mesh.h (+6, -5) (Diff)
/source/blender/editors/include/ED_particle.h (+2, -1) (Diff)
/source/blender/editors/mesh/editface.c (+37, -57) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+1, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+17, -11) (Diff)
/source/blender/editors/screen/screen_context.c (+3, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_utils.c (+4, -3) (Diff)
/source/blender/editors/space_outliner/outliner.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/drawarmature.c (+2, -2) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+368, -314) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_manipulator.c (+1, -1) (Diff)
/source/creator/CMakeLists.txt (+5, -2) (Diff)
/source/creator/creator.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021