[Bf-blender-cvs] [20846596b5a] master: Curves Sculpting Icons: Snake Hook and Grow updates

Dalai Felinto noreply at git.blender.org
Mon Apr 11 15:11:48 CEST 2022


Commit: 20846596b5a9c9f834ead780dd88bc9eb8c650e9
Author: Dalai Felinto
Date:   Mon Apr 11 15:09:54 2022 +0200
Branches: master
https://developer.blender.org/rB20846596b5a9c9f834ead780dd88bc9eb8c650e9

Curves Sculpting Icons: Snake Hook and Grow updates

This implements the icon for snake hook, as well as tweak the
growth brush to make it bigger and with the triangles more
distinct for better reading of the icon.

Differential Revision: https://developer.blender.org/D14616

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

M	release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat
A	release/datafiles/icons/ops.curves.sculpt_snake_hook.dat
M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat b/release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat
index 9b3453085e4..13f19185030 100644
Binary files a/release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat and b/release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat differ
diff --git a/release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat b/release/datafiles/icons/ops.curves.sculpt_snake_hook.dat
similarity index 53%
copy from release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat
copy to release/datafiles/icons/ops.curves.sculpt_snake_hook.dat
index 9b3453085e4..15128701d0a 100644
Binary files a/release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat and b/release/datafiles/icons/ops.curves.sculpt_snake_hook.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 8fca0c46c82..fb6621c846d 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -777,6 +777,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.curves.sculpt_cut
   ops.curves.sculpt_delete
   ops.curves.sculpt_grow_shrink
+  ops.curves.sculpt_snake_hook
   ops.generic.cursor
   ops.generic.select
   ops.generic.select_box



More information about the Bf-blender-cvs mailing list