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>2012-11-18 12:35:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-18 12:35:27 +0400
commit4401ac8c9e312a81bf1a750f0a7068e24174a7fd (patch)
tree82d55c6d93ae3b7081b6a663319ff3b131815ce2 /source/blender/bmesh/bmesh.h
parent9a74fb5b05476eacdaf1a2d8c8f027c8aae34805 (diff)
finish moving bevel code out of the operator dir (it works again)
Diffstat (limited to 'source/blender/bmesh/bmesh.h')
-rw-r--r--source/blender/bmesh/bmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h
index 54f55833664..6257aa4bf3e 100644
--- a/source/blender/bmesh/bmesh.h
+++ b/source/blender/bmesh/bmesh.h
@@ -267,6 +267,7 @@ extern "C" {
#include "intern/bmesh_inline.h"
#include "tools/bmesh_decimate.h"
+#include "tools/bmesh_bevel.h"
#ifdef __cplusplus
}