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-03-16 03:56:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-16 03:56:46 +0400
commiteab24df9503bbb173a302f88a920e076d2d0368d (patch)
tree2b59b4723523b35ce00c2930f7575716620f5cba /source/creator
parentbed5ae53660f742546db3467b31f8f390c59942b (diff)
bmesh: being back bevel modifier from 2.62 stable.
this is no big improvement but at least its not a regression. using the new operator for the bevel modifier can be enabled again be uncommenting a define.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 35174834a47..a4aec7d7ba3 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -799,8 +799,8 @@ endif()
bf_python_mathutils
bf_python_bmesh
bf_ikplugin
- bf_bmesh
bf_modifiers
+ bf_bmesh
bf_blenkernel
bf_nodes
bf_gpu