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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-05 20:09:14 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-09 19:56:54 +0300
commit96cb6c06685869cc76ba23155b63a91227a50629 (patch)
tree1c931bf9495086725182bad2434e20e632642b94 /space_view3d_3d_navigation.py
parent9a578cb56610e7f7ec8c9349b77c9cd970b17c8d (diff)
Update for new icon set.
Diffstat (limited to 'space_view3d_3d_navigation.py')
-rw-r--r--space_view3d_3d_navigation.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index a4c359cc..adf0c8d8 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -252,7 +252,7 @@ class VIEW3D_PT_3dnavigationPanel(Panel):
col.operator("view3d.view_selected", text="View to Selected")
col = layout.column(align=True)
- col.label(text="Cursor:", icon="CURSOR")
+ col.label(text="Cursor:", icon='PIVOT_CURSOR')
row = col.row(align=True)
row.operator("view3d.snap_cursor_to_center", text="Center")
row.operator("view3d.view_center_cursor", text="View")
@@ -299,8 +299,8 @@ class VIEW3D_PT_pan_navigation1(Panel):
row = layout.row()
row.label(text="Zoom:")
row = layout.row()
- row.operator("opr.zoom_in_view1", text="In", icon="ZOOMIN")
- row.operator("opr.zoom_out_view1", text="Out", icon="ZOOMOUT")
+ row.operator("opr.zoom_in_view1", text="In", icon='ADD')
+ row.operator("opr.zoom_out_view1", text="Out", icon='REMOVE')
row = layout.row()
row.label(text="Roll:")