Commit: 6a84d61c8b721ccce720aaa120f09a8331fd5c4c Author: Joseph Eagar Date: Wed Nov 3 14:37:49 2021 -0700 Branches: temp-sculpt-colors https://developer.blender.org/rB6a84d61c8b721ccce720aaa120f09a8331fd5c4c
Update icons =================================================================== A release/datafiles/icons/brush.sculpt.paint.dat A release/datafiles/icons/brush.sculpt.smear.dat A release/datafiles/icons/brush.sculpt.vcol_boundary.dat M source/blender/editors/datafiles/CMakeLists.txt =================================================================== diff --git a/release/datafiles/icons/brush.sculpt.paint.dat b/release/datafiles/icons/brush.sculpt.paint.dat new file mode 100644 index 00000000000..ef5f5fe851a Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.paint.dat differ diff --git a/release/datafiles/icons/brush.sculpt.smear.dat b/release/datafiles/icons/brush.sculpt.smear.dat new file mode 100644 index 00000000000..c7214fb863b Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.smear.dat differ diff --git a/release/datafiles/icons/brush.sculpt.vcol_boundary.dat b/release/datafiles/icons/brush.sculpt.vcol_boundary.dat new file mode 100644 index 00000000000..41c69e4dda8 Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.vcol_boundary.dat differ diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 4b099105195..40c96c7b598 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 @@ -755,7 +754,6 @@ 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 @@ -764,19 +762,15 @@ 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.uv_sculpt.grab brush.uv_sculpt.pinch brush.uv_sculpt.relax @@ -866,7 +860,6 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES 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 _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
