From 82774a9d24c4e355768b7f948ca18392141c31d2 Mon Sep 17 00:00:00 2001 From: Pablo Dobarro Date: Fri, 3 Apr 2020 19:42:48 +0200 Subject: Cleanup: Move all sculpt transform functionality to its own file --- 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 fda9594835d..f793a775e05 100644 --- a/source/blender/editors/sculpt_paint/CMakeLists.txt +++ b/source/blender/editors/sculpt_paint/CMakeLists.txt @@ -63,6 +63,7 @@ set(SRC sculpt_face_set.c sculpt_multiplane_scrape.c sculpt_pose.c + sculpt_transform.c sculpt_undo.c sculpt_uv.c -- cgit v1.2.3