Blender Git Loki
Git Commits -> Revision 3c921cc
Revision 3c921cc by Ton Roosendaal (master) January 8, 2005, 21:16 (GMT) |
The "teac" (measurement info) patch from Campbell Barton Cleaned code somewhat (half the size!) and applied some changes: - made it compatible with selection flags for new mesh editing (edge/face) - renamed 'face angles' to 'edge angles' and made it display angles for 2 selected edges too - removed the confusing convention that always drawed the info if one of the vertices of edge/face/angle was selected. now it only displays on minimum of 1 full edge or face selected. - made it react to "zbuf occluded selection" option (for zbuffered text) - made it also colorize text for white theme color (TH_TEXT) On larger meshes this info still draws very confusing. The idea of displaying the info on 1 vertex selected was probably to show values while grabbing, although that didnt really work for angles. One idea could be, for transform, that it draws all lenghts/angles/areas that get changed during transform All in all, still useful addition tho! |
Commit Details:
Full Hash: 3c921cc8e88d56ba206797e6dd990451274603c6
SVN Revision: 3738
Parent Commit: 9adbe1e
Lines Changed: +195, -21
7 Modified Paths:
/source/blender/blenkernel/BKE_global.h (+5, -0) (Diff)
/source/blender/blenlib/BLI_arithb.h (+7, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+14, -0) (Diff)
/source/blender/src/buttons_editing.c (+18, -11) (Diff)
/source/blender/src/buttons_shading.c (+1, -1) (Diff)
/source/blender/src/drawobject.c (+138, -8) (Diff)
/source/blender/src/space.c (+12, -1) (Diff)
/source/blender/blenlib/BLI_arithb.h (+7, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+14, -0) (Diff)
/source/blender/src/buttons_editing.c (+18, -11) (Diff)
/source/blender/src/buttons_shading.c (+1, -1) (Diff)
/source/blender/src/drawobject.c (+138, -8) (Diff)
/source/blender/src/space.c (+12, -1) (Diff)