[Bf-blender-cvs] [412c4688939] master: UI: Icons - Rename Density and Slide sculpt curve icons

Dalai Felinto noreply at git.blender.org
Wed Jun 15 11:46:14 CEST 2022


Commit: 412c4688939f94e2e40d6c517ec9db7fd0cbb8e4
Author: Dalai Felinto
Date:   Wed Jun 15 11:45:53 2022 +0200
Branches: master
https://developer.blender.org/rB412c4688939f94e2e40d6c517ec9db7fd0cbb8e4

UI: Icons - Rename Density and Slide sculpt curve icons

Those tools will get renamed to follow the standard we have
for the other tools (i.e., add sculpt_ in their name).

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

R100	release/datafiles/icons/ops.curves.density.dat	release/datafiles/icons/ops.curves.sculpt_density.dat
R100	release/datafiles/icons/ops.curves.slide.dat	release/datafiles/icons/ops.curves.sculpt_slide.dat
M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/release/datafiles/icons/ops.curves.density.dat b/release/datafiles/icons/ops.curves.sculpt_density.dat
similarity index 100%
rename from release/datafiles/icons/ops.curves.density.dat
rename to release/datafiles/icons/ops.curves.sculpt_density.dat
diff --git a/release/datafiles/icons/ops.curves.slide.dat b/release/datafiles/icons/ops.curves.sculpt_slide.dat
similarity index 100%
rename from release/datafiles/icons/ops.curves.slide.dat
rename to release/datafiles/icons/ops.curves.sculpt_slide.dat
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 34ae7697d2d..a7abaab88ff 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -772,17 +772,17 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.curve.pen
   ops.curve.radius
   ops.curve.vertex_random
-  ops.curves.density
   ops.curves.sculpt_add
   ops.curves.sculpt_comb
   ops.curves.sculpt_cut
   ops.curves.sculpt_delete
+  ops.curves.sculpt_density
   ops.curves.sculpt_grow_shrink
   ops.curves.sculpt_pinch
   ops.curves.sculpt_puff
+  ops.curves.sculpt_slide
   ops.curves.sculpt_smooth
   ops.curves.sculpt_snake_hook
-  ops.curves.slide
   ops.generic.cursor
   ops.generic.select
   ops.generic.select_box



More information about the Bf-blender-cvs mailing list