Commit: 7db1db72bbdd178e0c8da4b39bfa166a1f0e2f84
Author: Rohan Rathi
Date:   Sat Aug 4 22:32:28 2018 +0530
Branches: soc-2018-bevel
https://developer.blender.org/rB7db1db72bbdd178e0c8da4b39bfa166a1f0e2f84

Fixed hnmode not being passed with bevel tool

===================================================================

M       source/blender/bmesh/operators/bmo_bevel.c

===================================================================

diff --git a/source/blender/bmesh/operators/bmo_bevel.c 
b/source/blender/bmesh/operators/bmo_bevel.c
index cd27b486929..9d956c26390 100644
--- a/source/blender/bmesh/operators/bmo_bevel.c
+++ b/source/blender/bmesh/operators/bmo_bevel.c
@@ -66,7 +66,7 @@ void bmo_bevel_exec(BMesh *bm, BMOperator *op)
                        }
                }
 
-               BM_mesh_bevel(bm, offset, offset_type, seg, profile, vonly, 
false, clamp_overlap, NULL, -1, material, loop_slide, mark_seam, mark_sharp, 
0/*hnmode*/, op);
+               BM_mesh_bevel(bm, offset, offset_type, seg, profile, vonly, 
false, clamp_overlap, NULL, -1, material, loop_slide, mark_seam, mark_sharp, 
hnmode, op);
 
                BMO_slot_buffer_from_enabled_hflag(bm, op, op->slots_out, 
"faces.out", BM_FACE, BM_ELEM_TAG);
                BMO_slot_buffer_from_enabled_hflag(bm, op, op->slots_out, 
"edges.out", BM_EDGE, BM_ELEM_TAG);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to