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>2018-03-27 08:05:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-27 08:06:14 +0300
commit3bca1ef26bcbd65f1a9063f2d073c92f83c79b70 (patch)
tree5c34383a2ac947b319f7e819fbd2295414558003 /source/blender/editors/sculpt_paint/CMakeLists.txt
parenta7aee250b82161592bb673adf59508e759a867f4 (diff)
Cleanup: move paint curve undo into own file
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 2b09e7aa20a..adead9a8b9e 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -42,6 +42,7 @@ set(INC_SYS
set(SRC
paint_cursor.c
paint_curve.c
+ paint_curve_undo.c
paint_hide.c
paint_image.c
paint_image_2d.c