[Bf-blender-cvs] [b522eb82070] temp-3d-texturing-brush-b: Add compile unit for second prototype.

Jeroen Bakker noreply at git.blender.org
Mon Mar 7 15:23:34 CET 2022


Commit: b522eb820707a601c747b47eaf0f4d711611ba34
Author: Jeroen Bakker
Date:   Mon Mar 7 09:36:08 2022 +0100
Branches: temp-3d-texturing-brush-b
https://developer.blender.org/rBb522eb820707a601c747b47eaf0f4d711611ba34

Add compile unit for second prototype.

===================================================================

M	source/blender/editors/sculpt_paint/CMakeLists.txt
R100	source/blender/editors/sculpt_paint/sculpt_texture_paint.cc	source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc
A	source/blender/editors/sculpt_paint/sculpt_texture_paint_b.cc

===================================================================

diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt
index 16e8fdc8bca..41fdb37a005 100644
--- a/source/blender/editors/sculpt_paint/CMakeLists.txt
+++ b/source/blender/editors/sculpt_paint/CMakeLists.txt
@@ -65,7 +65,7 @@ set(SRC
   sculpt_paint_color.c
   sculpt_pose.c
   sculpt_smooth.c
-  sculpt_texture_paint.cc
+  sculpt_texture_paint_a.cc
   sculpt_transform.c
   sculpt_undo.c
   sculpt_uv.c
diff --git a/source/blender/editors/sculpt_paint/sculpt_texture_paint.cc b/source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc
similarity index 100%
copy from source/blender/editors/sculpt_paint/sculpt_texture_paint.cc
copy to source/blender/editors/sculpt_paint/sculpt_texture_paint_a.cc
diff --git a/source/blender/editors/sculpt_paint/sculpt_texture_paint.cc b/source/blender/editors/sculpt_paint/sculpt_texture_paint_b.cc
similarity index 100%
rename from source/blender/editors/sculpt_paint/sculpt_texture_paint.cc
rename to source/blender/editors/sculpt_paint/sculpt_texture_paint_b.cc



More information about the Bf-blender-cvs mailing list