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>2015-03-25 20:07:03 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-03-25 20:07:03 +0300
commitb690f220e2305407e191b3d732d9759fa3d4dcfa (patch)
tree7db586ac3613d0ea9dff6e3f3d80be2e3e1a3bae /source/blender/editors/space_view3d/CMakeLists.txt
parentaebc04ec1f818610f1cc43d210b072ea6227f689 (diff)
Basic drawing code for strands loaded from caches.
This is entirely separate from particle systems and their insane drawing function.
Diffstat (limited to 'source/blender/editors/space_view3d/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index ab69e67361d..7d36931ac3e 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -45,6 +45,7 @@ set(SRC
drawmesh.c
drawobject.c
drawsimdebug.c
+ drawstrands.c
drawvolume.c
space_view3d.c
view3d_buttons.c