Blender Git Loki
Git Commits -> Revision e331e68
Revision e331e68 by Daniel Dunbar (master) July 23, 2005, 19:15 (GMT) |
- added ModifierData flag, is modifier enabled in editmode - added modifier type flag: should modifier be enabled by default for active in editmode - added subsurf "debug incremental" option instead of G.rt==52 (it becomes a slightly useful feature now for debugging how well a modifier works with incremental subsurf... maybe important for future python modifier developers) - shuffled modifier button layout just to keep people guessing - switched back to drawing editmesh face centers not through derivedmesh, I didn't think this one through, forgot that centers were also used for selection. have to think about what to do about this, should be either (a) don't draw centers with a cage active (optimal mode) or (b) come up with api to draw centers through derivedmesh and also handle selection. - changed recalc_editnormals to also follow the len(no)==0.0 use vertex co convention |
Commit Details:
Full Hash: e331e68b571b0b72de1c4636209d038c4f679631
SVN Revision: 4895
Parent Commit: fb651dd
Lines Changed: +84, -46
9 Modified Paths:
/source/blender/blenkernel/BKE_modifier.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+6, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+6, -3) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+8, -5) (Diff)
/source/blender/include/butspace.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -4) (Diff)
/source/blender/src/buttons_object.c (+32, -28) (Diff)
/source/blender/src/drawobject.c (+11, -3) (Diff)
/source/blender/src/editmesh_lib.c (+4, -1) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+6, -1) (Diff)
/source/blender/blenkernel/intern/modifier.c (+6, -3) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+8, -5) (Diff)
/source/blender/include/butspace.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -4) (Diff)
/source/blender/src/buttons_object.c (+32, -28) (Diff)
/source/blender/src/drawobject.c (+11, -3) (Diff)
/source/blender/src/editmesh_lib.c (+4, -1) (Diff)