Blender Git Loki
Git Commits -> Revision 1d7bdbd
Revision 1d7bdbd by Dalai Felinto (master) April 25, 2018, 10:37 (GMT) |
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 |
Commit Details:
Full Hash: 1d7bdbd273abdb6f606fac0a651986166cee62a4
Parent Commit: 7958a2b
Lines Changed: +14, -9
1 Modified Path:
/source/blender/editors/mesh/editmesh_extrude.c (+14, -9) (Diff)