EditMesh: initial extrude manipulator

This manipulator is a test for mixing do/redo,
there are still some glitches that need sorting out in
transform & the undo stack.
This commit is contained in:
2018-05-06 10:00:37 +02:00
parent 47de0321bf
commit 466125f3d6
2 changed files with 139 additions and 4 deletions

View File

@@ -364,7 +364,7 @@ class _defs_edit_mesh:
return dict(
text="Extrude Region",
icon="ops.mesh.extrude_region_move",
widget=None,
widget="MESH_WGT_extrude",
keymap=(
("mesh.extrude_region_move", dict(TRANSFORM_OT_translate=dict(release_confirm=True)),
dict(type='ACTIONMOUSE', value='PRESS')),