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>2019-08-07 18:43:04 +0300
committermano-wii <germano.costa@ig.com.br>2019-08-07 18:43:31 +0300
commit764cc75e1f92abefa3adf4ece3bbfe99e5227599 (patch)
treec77ed3b31fdeaeecce20d0414b88cd5c7ac042b9 /source/blender/editors/util/CMakeLists.txt
parent9d7d34c12af5525d969a8806bc059dbb7a499d0f (diff)
Edit Mesh Selection: Move ED_view3d_select_ functions to bf_draw
It is easier to deal with private values of the DRW_select engine and gives room for improvement. Reviewers: campbellbarton, fclem Differential Revision: https://developer.blender.org/D5415
Diffstat (limited to 'source/blender/editors/util/CMakeLists.txt')
-rw-r--r--source/blender/editors/util/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index 23464e9985a..0564cb07897 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -22,7 +22,6 @@ set(INC
../../blentranslation
../../bmesh
../../depsgraph
- ../../draw
../../gpu
../../imbuf
../../makesdna
@@ -42,7 +41,6 @@ set(SRC
ed_util.c
gizmo_utils.c
numinput.c
- select_buffer_utils.c
select_utils.c
# general includes
@@ -81,7 +79,6 @@ set(SRC
../include/ED_screen.h
../include/ED_screen_types.h
../include/ED_sculpt.h
- ../include/ED_select_buffer_utils.h
../include/ED_select_utils.h
../include/ED_sequencer.h
../include/ED_sound.h