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:
authorJoseph Eagar <joeedh@gmail.com>2021-09-18 12:43:03 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-09-18 12:43:03 +0300
commit7749b89d74cf05264114425f6e7f4d4c4631d0ab (patch)
tree7442689367348f533f01a2c1766d5c041423f40e
parentbae92a0ce5d00172dc39c0e676d4ea69688c46b9 (diff)
Sculpt: Added some icons and commit icon_geom.blend into the branch
Help with icons would be appreciated. The scene project icon kind of came out looking like a band-aid.
-rw-r--r--icon_geom.blendbin0 -> 21095840 bytes
-rw-r--r--release/datafiles/icons/brush.sculpt.array.datbin0 -> 440 bytes
-rw-r--r--release/datafiles/icons/brush.sculpt.fairing.datbin0 -> 92114 bytes
-rw-r--r--release/datafiles/icons/brush.sculpt.scene_project.datbin0 -> 17630 bytes
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt3
-rw-r--r--source/blender/editors/include/UI_icons.h3
6 files changed, 6 insertions, 0 deletions
diff --git a/icon_geom.blend b/icon_geom.blend
new file mode 100644
index 00000000000..9b56ed2b6ff
--- /dev/null
+++ b/icon_geom.blend
Binary files differ
diff --git a/release/datafiles/icons/brush.sculpt.array.dat b/release/datafiles/icons/brush.sculpt.array.dat
new file mode 100644
index 00000000000..0e668077f8f
--- /dev/null
+++ b/release/datafiles/icons/brush.sculpt.array.dat
Binary files differ
diff --git a/release/datafiles/icons/brush.sculpt.fairing.dat b/release/datafiles/icons/brush.sculpt.fairing.dat
new file mode 100644
index 00000000000..6a0a652d283
--- /dev/null
+++ b/release/datafiles/icons/brush.sculpt.fairing.dat
Binary files differ
diff --git a/release/datafiles/icons/brush.sculpt.scene_project.dat b/release/datafiles/icons/brush.sculpt.scene_project.dat
new file mode 100644
index 00000000000..83a62fc5f5c
--- /dev/null
+++ b/release/datafiles/icons/brush.sculpt.scene_project.dat
Binary files differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 5f25114eaf3..0c1d0640c71 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -742,6 +742,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
brush.particle.puff
brush.particle.smooth
brush.particle.weight
+ brush.sculpt.array
brush.sculpt.blob
brush.sculpt.boundary
brush.sculpt.clay
@@ -754,6 +755,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
brush.sculpt.draw_face_sets
brush.sculpt.draw_sharp
brush.sculpt.elastic_deform
+ brush.sculpt.fairing
brush.sculpt.fill
brush.sculpt.flatten
brush.sculpt.grab
@@ -766,6 +768,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
brush.sculpt.pinch
brush.sculpt.pose
brush.sculpt.rotate
+ brush.sculpt.scene_project
brush.sculpt.scrape
brush.sculpt.simplify
brush.sculpt.smear
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index 0ae3e61293c..bb3a1f0065d 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -922,6 +922,9 @@ DEF_ICON_COLOR(BRUSH_ROTATE)
DEF_ICON_COLOR(BRUSH_VCOL_BOUNDARY)
DEF_ICON_COLOR(BRUSH_PAINT)
DEF_ICON_COLOR(BRUSH_SCULPT_SMEAR)
+DEF_ICON_COLOR(BRUSH_SCENE_PROJECT)
+DEF_ICON_COLOR(BRUSH_SCENE_FAIRING)
+DEF_ICON_COLOR(BRUSH_ARRAY)
/* grease pencil sculpt */
DEF_ICON_COLOR(GPBRUSH_SMOOTH)