Cleanup: Sculpt: Move multiplane scrape file to brush folder

This commit is contained in:
Hans Goudey
2024-07-01 10:23:12 -04:00
parent ed17e7c0c6
commit 159502ff8d
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,6 @@ set(SRC
sculpt_geodesic.cc
sculpt_gesture.cc
sculpt_mask_init.cc
sculpt_multiplane_scrape.cc
sculpt_ops.cc
sculpt_paint_color.cc
sculpt_paint_image.cc
@@ -124,6 +123,7 @@ set(SRC
brushes/flatten.cc
brushes/inflate.cc
brushes/mask.cc
brushes/multiplane_scrape.cc
brushes/multires_displacement_eraser.cc
brushes/scrape.cc
brushes/smooth.cc

View File

@@ -20,7 +20,7 @@
#include "BKE_paint.hh"
#include "BKE_pbvh_api.hh"
#include "sculpt_intern.hh"
#include "editors/sculpt_paint/sculpt_intern.hh"
#include "GPU_immediate.hh"
#include "GPU_matrix.hh"