Blender Git Loki
Git Commits -> Revision 6254cc1
Revision 6254cc1 by Campbell Barton (master) December 13, 2011, 09:57 (GMT) |
2 new bevel options for the operator and the modifier. * even offset, uses same shell distance method as solidify to give even with beveled faces. * distance offset, this is mostly for compatibility with the modifier in trunk which uses the bevel width as a distance rather then a percentage. at the moment this is awkward for the operator since it makes percent act differently where the 0-1 range doesnt make sense. still need to bring back more options from trunks bevel modifier. |
Commit Details:
Full Hash: 6254cc1c70b06acd60131b9ae3b0993e258e4e33
SVN Revision: 42598
Parent Commit: 143a654
Lines Changed: +89, -49
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+6, -0) (Diff)
/source/blender/blenkernel/BKE_bmesh.h (+4, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+4, -1) (Diff)
/source/blender/bmesh/operators/bevel.c (+53, -38) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+7, -9) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+13, -0) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+2, -1) (Diff)
/source/blender/blenkernel/BKE_bmesh.h (+4, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+4, -1) (Diff)
/source/blender/bmesh/operators/bevel.c (+53, -38) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+7, -9) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+13, -0) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+2, -1) (Diff)