From 8f215d9b527681773bb1f02b57d00afc860d8122 Mon Sep 17 00:00:00 2001 From: Howard Trickey Date: Mon, 29 Aug 2016 08:51:04 -0400 Subject: Fix for Bevel segments bug T49183; but doesn't fix whole report yet. --- source/blender/editors/mesh/editmesh_bevel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh') diff --git a/source/blender/editors/mesh/editmesh_bevel.c b/source/blender/editors/mesh/editmesh_bevel.c index 302ca407add..a81add7a86e 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++) { -- cgit v1.2.3