[Bf-blender-cvs] [8f215d9] master: Fix for Bevel segments bug T49183; but doesn't fix whole report yet.

Howard Trickey noreply at git.blender.org
Mon Aug 29 14:51:58 CEST 2016


Commit: 8f215d9b527681773bb1f02b57d00afc860d8122
Author: Howard Trickey
Date:   Mon Aug 29 08:51:04 2016 -0400
Branches: master
https://developer.blender.org/rB8f215d9b527681773bb1f02b57d00afc860d8122

Fix for Bevel segments bug T49183; but doesn't fix whole report yet.

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

M	source/blender/editors/mesh/editmesh_bevel.c

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

diff --git a/source/blender/editors/mesh/editmesh_bevel.c b/source/blender/editors/mesh/editmesh_bevel.c
index 302ca40..a81add7 100644
--- a/source/blender/editors/mesh/editmesh_bevel.c
+++ b/source/blender/editors/mesh/editmesh_bevel.c
@@ -145,6 +145,7 @@ static bool edbm_bevel_init(bContext *C, wmOperator *op, const bool is_modal)
 	opdata->em = em;
 	opdata->is_modal = is_modal;
 	opdata->value_mode = OFFSET_VALUE;
+	opdata->segments = (float) RNA_int_get(op->ptr, "segments");
 	pixels_per_inch = U.dpi * U.pixelsize;
 
 	for (i = 0; i < NUM_VALUE_KINDS; i++) {




More information about the Bf-blender-cvs mailing list