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-05-16 00:34:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-16 00:34:40 +0400
commit1df12416cac4e9c0339667626a41529a6a597e26 (patch)
tree9d5177b001f9e043fcd9bc4c521ae6197bfa2353 /source/blender/bmesh/CMakeLists.txt
parent85530846b66c3e206dee82a1eb64d28a924bfc9e (diff)
bmesh, grid fill tool.
This uses 2 edge loops and fills them with a grid, taking into account curvature of surrounding edges. Access from face menu: Ctrl+F,G http://www.graphicall.org/ftp/ideasman42/grid_fill.png
Diffstat (limited to 'source/blender/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/bmesh/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt
index dd8bb22727c..9114a183e2d 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -50,6 +50,7 @@ set(SRC
operators/bmo_edgenet.c
operators/bmo_edgesplit.c
operators/bmo_extrude.c
+ operators/bmo_grid_fill.c
operators/bmo_hull.c
operators/bmo_inset.c
operators/bmo_join_triangles.c