Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2022-04-11 16:09:54 +0300
committerDalai Felinto <dalai@blender.org>2022-04-11 16:11:43 +0300
commit20846596b5a9c9f834ead780dd88bc9eb8c650e9 (patch)
tree1ad0cf3328a6941ed0366d4eb39d143db4531a63
parent043555c78f40207c98b69c2ec287de71078c8778 (diff)
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
-rw-r--r--release/datafiles/icons/ops.curves.sculpt_grow_shrink.datbin1736 -> 1736 bytes
-rw-r--r--release/datafiles/icons/ops.curves.sculpt_snake_hook.datbin0 -> 1916 bytes
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt1
3 files changed, 1 insertions, 0 deletions
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
--- a/release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat
+++ b/release/datafiles/icons/ops.curves.sculpt_grow_shrink.dat
Binary files differ
diff --git a/release/datafiles/icons/ops.curves.sculpt_snake_hook.dat b/release/datafiles/icons/ops.curves.sculpt_snake_hook.dat
new file mode 100644
index 00000000000..15128701d0a
--- /dev/null
+++ b/release/datafiles/icons/ops.curves.sculpt_snake_hook.dat
Binary files 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