Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billreynish>2018-08-29 11:31:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-29 11:35:39 +0300
commit1bc9f60e5b88d30bb304638fbd826ea64b343908 (patch)
tree0007c044fe5f7063e8b02fe1299cc24d66382728 /source/blender/editors/datafiles
parent54a13da1b11cbf954a30303e3f9a1286863b3bb3 (diff)
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.
Diffstat (limited to 'source/blender/editors/datafiles')
-rw-r--r--source/blender/editors/datafiles/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
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