Files
test/source/blender
Dalai Felinto 1d7bdbd273 Edit Mesh: multi-object extrude_region
Technically this is the following operator:
bpy.ops.view3d.edit_mesh_extrude_move_normal

But this is a Python operator that in turns calls:
MESH_OT_extrude_region_move

Which in turns calls:
* MESH_OT_extrude_region
* TRANSFORM_OT_translate
2018-04-25 12:37:10 +02:00
..
2018-04-21 20:42:27 +02:00
2018-04-25 07:55:50 +02:00
2018-04-16 17:56:50 +02:00
2018-04-25 11:09:49 +02:00
2018-04-25 11:09:49 +02:00
2018-04-25 11:09:49 +02:00
2018-04-22 08:45:52 +02:00
2018-04-23 20:24:49 +02:00
2018-04-25 09:58:38 +02:00