[Bf-committers] Modal bevel operator (issue 6208066)

kalast at gmail.com kalast at gmail.com
Wed May 16 13:07:35 CEST 2012


http://codereview.appspot.com/6208066/diff/3002/source/blender/editors/mesh/editmesh_tools.c
File source/blender/editors/mesh/editmesh_tools.c (right):

http://codereview.appspot.com/6208066/diff/3002/source/blender/editors/mesh/editmesh_tools.c#newcode4653
source/blender/editors/mesh/editmesh_tools.c:4653: static char str[] =
"Confirm: Enter/LClick, Cancel: (Esc/RClick), thickness: %f, depth (Ctrl
to tweak): %f (%s), Outset (O): (%s)";
On 2012/05/16 10:44:09, ideasman42 wrote:
> on topic of keymaps - this kind of string should be generated from
modal
> keymaps. longer term todo.

Yes, I was thinking along the same lines too. That would be great to
have.

http://codereview.appspot.com/6208066/diff/3002/source/blender/editors/mesh/editmesh_tools.c#newcode4923
source/blender/editors/mesh/editmesh_tools.c:4923:
RNA_def_boolean(ot->srna, "use_relative_offset", TRUE, "Offset
Relative", "Scale the offset by surrounding geometry");
On 2012/05/16 10:44:09, ideasman42 wrote:
> why is this changed?

Because it is difficult to estimate a good absolute thickness when using
screen space mouse values. Changing to relative gives more predictable
results. If the user needs absolute values he usually will know the
exact value and place it manually.

http://codereview.appspot.com/6208066/


More information about the Bf-committers mailing list