From 7749b89d74cf05264114425f6e7f4d4c4631d0ab Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Sat, 18 Sep 2021 02:43:03 -0700 Subject: 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. --- icon_geom.blend | Bin 0 -> 21095840 bytes release/datafiles/icons/brush.sculpt.array.dat | Bin 0 -> 440 bytes release/datafiles/icons/brush.sculpt.fairing.dat | Bin 0 -> 92114 bytes .../datafiles/icons/brush.sculpt.scene_project.dat | Bin 0 -> 17630 bytes source/blender/editors/datafiles/CMakeLists.txt | 3 +++ source/blender/editors/include/UI_icons.h | 3 +++ 6 files changed, 6 insertions(+) create mode 100644 icon_geom.blend create mode 100644 release/datafiles/icons/brush.sculpt.array.dat create mode 100644 release/datafiles/icons/brush.sculpt.fairing.dat create mode 100644 release/datafiles/icons/brush.sculpt.scene_project.dat 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) -- cgit v1.2.3