[Bf-blender-cvs] [7749b89d74c] sculpt-dev: Sculpt: Added some icons and commit icon_geom.blend into the branch

Joseph Eagar noreply at git.blender.org
Sat Sep 18 11:44:34 CEST 2021


Commit: 7749b89d74cf05264114425f6e7f4d4c4631d0ab
Author: Joseph Eagar
Date:   Sat Sep 18 02:43:03 2021 -0700
Branches: sculpt-dev
https://developer.blender.org/rB7749b89d74cf05264114425f6e7f4d4c4631d0ab

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.

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

A	icon_geom.blend
A	release/datafiles/icons/brush.sculpt.array.dat
A	release/datafiles/icons/brush.sculpt.fairing.dat
A	release/datafiles/icons/brush.sculpt.scene_project.dat
M	source/blender/editors/datafiles/CMakeLists.txt
M	source/blender/editors/include/UI_icons.h

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

diff --git a/icon_geom.blend b/icon_geom.blend
new file mode 100644
index 00000000000..9b56ed2b6ff
Binary files /dev/null and b/icon_geom.blend 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
Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.array.dat 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
Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.fairing.dat 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
Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.scene_project.dat 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)



More information about the Bf-blender-cvs mailing list