Blender Git Commit Log

Git Commits -> Revision b640fd8

Revision b640fd8 by Howard Trickey (master)
January 18, 2019, 17:54 (GMT)
Add miter pattern options.

Will document the new options in release notes, then in manual.
Still a bit of work to do on the bulging shape that appears
on cube corners if using arc inner miters, but will do that later.
Also need to do something smarter in clamp overlap.

Commit Details:

Full Hash: b640fd829e3a228561e4d9dba9c830ae22d3ebc7
Parent Commit: c9938eb
Lines Changed: +465, -66

11 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+5, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+12, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators.h (+7, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operator_api.h (+1, -1) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+7, -3) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+356, -54) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+2, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+29, -5) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+27, -1) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+8, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021