From fc7fdc5c4ed69809bcecc5762957aa42375ca6a2 Mon Sep 17 00:00:00 2001 From: Pablo Dobarro Date: Sun, 1 Mar 2020 19:53:40 +0100 Subject: Cleanup: Move pose brush to its own file Reviewed By: brecht Differential Revision: https://developer.blender.org/D6973 --- source/blender/editors/sculpt_paint/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt') diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt index 2522bc0f5cc..1f568250f3f 100644 --- a/source/blender/editors/sculpt_paint/CMakeLists.txt +++ b/source/blender/editors/sculpt_paint/CMakeLists.txt @@ -60,6 +60,7 @@ set(SRC paint_vertex_weight_utils.c sculpt.c sculpt_cloth.c + sculpt_pose.c sculpt_undo.c sculpt_uv.c -- cgit v1.2.3