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:
authorLukas Tönne <lukas.toenne@gmail.com>2017-11-09 11:24:32 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2017-11-09 22:22:42 +0300
commit3aab7537e84c459566b6b5fd0d0a082807a67a30 (patch)
tree79b6e9225e915ee238235d0ac9b7c438cf6fa62b /source/blender/editors/CMakeLists.txt
parent9f74b66ab7dcfd68dbb841b46bb2ae728806dc4d (diff)
Remove the new hair edit mode.
The purpose of this branch is to create a new hair system with a dedicated grooming tool, unlike the current direct editing of hair guide curves. The modified bmesh-based strand edit mode is quite complex and distracts from the main purpose of the branch, so its better to remove it for now and implement a new tool.
Diffstat (limited to 'source/blender/editors/CMakeLists.txt')
-rw-r--r--source/blender/editors/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/CMakeLists.txt b/source/blender/editors/CMakeLists.txt
index b419ca7eede..757fca0a1b2 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -27,7 +27,6 @@ if(WITH_BLENDER)
add_subdirectory(armature)
add_subdirectory(curve)
add_subdirectory(gpencil)
- add_subdirectory(hair)
add_subdirectory(interface)
add_subdirectory(io)
add_subdirectory(manipulator_library)