From 1bc9f60e5b88d30bb304638fbd826ea64b343908 Mon Sep 17 00:00:00 2001 From: William Reynish Date: Wed, 29 Aug 2018 18:31:09 +1000 Subject: Icons: update to r62135 - Added icon for To Sphere - Added icon for Shear - Added icons for adding mesh objects - Added icon for Curve Draw - Add Curve Extrude to Cursor icon - Tweak Curve Draw icon - Simplified Hair Cut icon. Was hard to read - Tweaks to Hair Puff and Smooth icons - Added icon for Extrude Along Normals - Updated Extrude Individual icon to become clearer and more consistent with "Extrude Along Normals". Now it's easy to see the difference. - Rip Edge and Rip Region icon tweaks Note, many icons are regenerated in this commit which weren't intended to be changed, in some cases this looks to be caused by material color. Generating again doesn't modify so it shouldn't be changing every time in future. --- source/blender/editors/datafiles/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/editors/datafiles') diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 52823fe731e..82d9a6c97d8 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -596,6 +596,8 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES ops.armature.bone.roll ops.armature.extrude.cursor ops.armature.extrude + ops.curve.draw + ops.curve.dupli_extrude_cursor ops.generic.cursor ops.generic.select_border ops.generic.select_circle @@ -623,6 +625,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES ops.mesh.dupli_extrude_cursor ops.mesh.extrude_faces_move ops.mesh.extrude_region_move + ops.mesh.extrude_region_shrink_fatten ops.mesh.inset ops.mesh.knife_tool ops.mesh.loopcut_slide @@ -649,7 +652,9 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES ops.transform.resize.cage ops.transform.resize ops.transform.rotate + ops.transform.shear ops.transform.shrink_fatten + ops.transform.tosphere ops.transform.transform ops.transform.translate ops.transform.vert_slide -- cgit v1.2.3