[Bf-blender-cvs] [b43119ad848] sculpt-dev: Sculpt-dev: add icons for twist and multires displacement smear.

Joseph Eagar noreply at git.blender.org
Sun Nov 14 12:34:36 CET 2021


Commit: b43119ad8486c8d0d9538d81f3ff690299218d9d
Author: Joseph Eagar
Date:   Sun Nov 14 03:34:26 2021 -0800
Branches: sculpt-dev
https://developer.blender.org/rBb43119ad8486c8d0d9538d81f3ff690299218d9d

Sculpt-dev: add icons for twist and multires
            displacement smear.

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

A	release/datafiles/icons/brush.sculpt.displacement_smear.dat
A	release/datafiles/icons/brush.sculpt.twist.dat
M	release/datafiles/icons/ops.mesh.polybuild_hover.dat
M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/release/datafiles/icons/brush.sculpt.displacement_smear.dat b/release/datafiles/icons/brush.sculpt.displacement_smear.dat
new file mode 100644
index 00000000000..f53b9519241
Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.displacement_smear.dat differ
diff --git a/release/datafiles/icons/brush.sculpt.twist.dat b/release/datafiles/icons/brush.sculpt.twist.dat
new file mode 100644
index 00000000000..324a27b941d
Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.twist.dat differ
diff --git a/release/datafiles/icons/ops.mesh.polybuild_hover.dat b/release/datafiles/icons/ops.mesh.polybuild_hover.dat
index 3cd3b1105d1..e69de29bb2d 100644
Binary files a/release/datafiles/icons/ops.mesh.polybuild_hover.dat and b/release/datafiles/icons/ops.mesh.polybuild_hover.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 4b099105195..e7ae0418921 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -742,7 +742,6 @@ 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
@@ -751,11 +750,11 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   brush.sculpt.cloth
   brush.sculpt.crease
   brush.sculpt.displacement_eraser
+  brush.sculpt.displacement_smear
   brush.sculpt.draw
   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
@@ -764,19 +763,16 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   brush.sculpt.mask
   brush.sculpt.multiplane_scrape
   brush.sculpt.nudge
-  brush.sculpt.paint
   brush.sculpt.pinch
   brush.sculpt.pose
   brush.sculpt.rotate
-  brush.sculpt.scene_project
   brush.sculpt.scrape
   brush.sculpt.simplify
-  brush.sculpt.smear
   brush.sculpt.smooth
   brush.sculpt.snake_hook
   brush.sculpt.thumb
   brush.sculpt.topology
-  brush.sculpt.vcol_boundary
+  brush.sculpt.twist
   brush.uv_sculpt.grab
   brush.uv_sculpt.pinch
   brush.uv_sculpt.relax
@@ -834,57 +830,6 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.mesh.loopcut_slide
   ops.mesh.offset_edge_loops_slide
   ops.mesh.polybuild_hover
-  ops.mesh.primitive_cone_add_gizmo
-  ops.mesh.primitive_cube_add_gizmo
-  ops.mesh.primitive_cylinder_add_gizmo
-  ops.mesh.primitive_grid_add_gizmo
-  ops.mesh.primitive_sphere_add_gizmo
-  ops.mesh.primitive_torus_add_gizmo
-  ops.mesh.rip
-  ops.mesh.rip_edge
-  ops.mesh.spin
-  ops.mesh.spin.duplicate
-  ops.mesh.vertices_smooth
-  ops.node.links_cut
-  ops.paint.eyedropper_add
-  ops.paint.vertex_color_fill
-  ops.paint.weight_fill
-  ops.paint.weight_gradient
-  ops.paint.weight_sample
-  ops.paint.weight_sample_group
-  ops.pose.breakdowner
-  ops.pose.push
-  ops.pose.relax
-  ops.sculpt.border_face_set
-  ops.sculpt.border_hide
-  ops.sculpt.border_mask
-  ops.sculpt.box_trim
-  ops.sculpt.cloth_filter
-  ops.sculpt.face_set_edit
-  ops.sculpt.lasso_face_set
-  ops.sculpt.lasso_mask
-  ops.sculpt.lasso_trim
-  ops.sculpt.line_mask
-  ops.sculpt.line_project
-  ops.sculpt.mask_select
-  ops.sculpt.mesh_filter
-  ops.sequencer.blade
-  ops.transform.bone_envelope
-  ops.transform.bone_size
-  ops.transform.edge_slide
-  ops.transform.push_pull
-  ops.transform.resize.cage
-  ops.transform.resize
-  ops.transform.rotate
-  ops.transform.shear
-  ops.transform.shrink_fatten
-  ops.transform.tilt
-  ops.transform.tosphere
-  ops.transform.transform
-  ops.transform.translate
-  ops.transform.vert_slide
-  ops.transform.vertex_random
-  ops.view3d.ruler
   # END ICON_GEOM_NAMES
 )



More information about the Bf-blender-cvs mailing list