Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-03-15 17:06:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-15 17:06:31 +0400
commit03f02019f221cb4c0f122d0bb1fe982cac60f70e (patch)
tree4e98d0e763bc776356f9ba6d534baad857add45d /source/blender/editors/mesh/mesh_ops.c
parent6dc4ea34e44ae77125918ab9eda0fcfe7d9f0b3c (diff)
knife projection feature,
apart of 3d printing tools - use to cookie-cut text into a mesh.
Diffstat (limited to 'source/blender/editors/mesh/mesh_ops.c')
-rw-r--r--source/blender/editors/mesh/mesh_ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c
index 884c4a3bee1..50c1b55ac1c 100644
--- a/source/blender/editors/mesh/mesh_ops.c
+++ b/source/blender/editors/mesh/mesh_ops.c
@@ -149,6 +149,7 @@ void ED_operatortypes_mesh(void)
WM_operatortype_append(MESH_OT_select_nth);
WM_operatortype_append(MESH_OT_vert_connect);
WM_operatortype_append(MESH_OT_knife_tool);
+ WM_operatortype_append(MESH_OT_knife_project);
WM_operatortype_append(MESH_OT_bevel);