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>2019-02-14 05:59:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-14 07:22:58 +0300
commitcaa8e7ff2894ed22ea436bc61b06fb292d844108 (patch)
treee6f1bcd573118441d163144da3e9e74ec38e091e /source/blender/draw/CMakeLists.txt
parent9478ac701be110e8d61085158bf92e356b001cd4 (diff)
DRW: de-duplicate vertex & weight paint engines
These were almost exact duplicates, use one engine for drawing both kinds of vertex color.
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 74a9b3ae21e..80878ae9246 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -80,7 +80,6 @@ set(SRC
modes/overlay_mode.c
modes/paint_texture_mode.c
modes/paint_vertex_mode.c
- modes/paint_weight_mode.c
modes/particle_mode.c
modes/pose_mode.c
modes/sculpt_mode.c