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:
authormano-wii <germano.costa@ig.com.br>2017-10-30 09:21:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-30 09:50:47 +0300
commit8277bee748188dbcab431e15bedd5c1b5559508a (patch)
treed886b3f123acfd1531ac18618c993ddb4733ab43 /source/blender/draw/CMakeLists.txt
parent689ad9ade42fbb03084aaca7e478efddbe891e7f (diff)
Draw Manager: re-enable edit-mesh text overlay
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 265993e8114..4e55e3d74f0 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -69,6 +69,7 @@ set(SRC
modes/edit_curve_mode.c
modes/edit_lattice_mode.c
modes/edit_mesh_mode.c
+ modes/edit_mesh_mode_text.c
modes/edit_metaball_mode.c
modes/edit_surface_mode.c
modes/edit_text_mode.c
@@ -98,6 +99,7 @@ set(SRC
intern/draw_manager_profiling.h
intern/draw_view.h
modes/draw_mode_engines.h
+ modes/edit_mesh_mode_intern.h
engines/basic/basic_engine.h
engines/clay/clay_engine.h
engines/eevee/eevee_engine.h