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>2013-06-26 22:40:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-26 22:40:55 +0400
commitca51930a90056aa3a65dcfc086ddd9ad19dcdf0f (patch)
tree8aab10f95727869b1e105a2ed9cb0a12f3cd84da /source/blender/editors/sculpt_paint/CMakeLists.txt
parent9c85cdceb2544740682490a07a3d3f77612f9691 (diff)
fix [#33068] Can't paint weights of some vertices in some situations.
old limitation where you could only paint onto one side of a mirrored mesh (weight paint, vertex paint).
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index 9b46a07b60e..79ce4f879b7 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -50,6 +50,7 @@ set(SRC
paint_undo.c
paint_utils.c
paint_vertex.c
+ paint_vertex_proj.c
sculpt.c
sculpt_undo.c
sculpt_uv.c