Blender Git Loki
Git Commits -> Revision 70453c5
Revision 70453c5 by Howard Trickey (master) July 17, 2014, 13:20 (GMT) |
Fix T34664: bevel face material can be set in tool and modifier. Now the bevel tool, modifier, and internal operator have a material slot # parameter that the user can set. If left at default of -1, behavior is as current -- bevel face material is taken from the closest original face (this may be ambiguous). If material slot is >= 0, it gives the material slot index number for the material to use. |
Commit Details:
Full Hash: 70453c578dcdce5577015e1cd7be99d1b810215d
Parent Commit: 737cb8c
Lines Changed: +58, -29
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+1, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+2, -1) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+31, -24) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+2, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+7, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+4, -1) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_bevel.c (+2, -1) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+31, -24) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.h (+2, -1) (Diff)
/source/blender/editors/mesh/editmesh_bevel.c (+7, -2) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_bevel.c (+4, -1) (Diff)