Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-addons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-addons
Commits
16ca47e2
Commit
16ca47e2
authored
14 years ago
by
Jonathan Smith
Browse files
Options
Downloads
Patches
Plain Diff
Icon reshuffling and description cleanup
parent
b37d5536
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
space_view3d_spacebar_menu.py
+4
-8
4 additions, 8 deletions
space_view3d_spacebar_menu.py
with
4 additions
and
8 deletions
space_view3d_spacebar_menu.py
+
4
−
8
View file @
16ca47e2
#3d_cursor_menu.py (c) 2010 Jonathan Smith (JayDez)
#Original Script by: Mariano Hidalgo (uselessdreamer)
#contributed to by: Crouch, sim88, sam, meta-androcto
#
#Tested with r28146
#3d_cursor_menu.py (c) 2011 Jonathan Smith (JayDez)
#
# ##### BEGIN GPL LICENSE BLOCK #####
#
...
...
@@ -154,7 +150,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
# Add block
layout
.
menu
(
"
INFO_MT_mesh_add
"
,
text
=
"
Add Mesh
"
,
icon
=
'
EDITMODE_HLT
'
)
icon
=
'
OUTLINER_OB_MESH
'
)
layout
.
separator
()
# Transform block
...
...
@@ -175,7 +171,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
layout
.
separator
()
# Edit block
layout
.
menu
(
"
VIEW3D_MT_edit_TK
"
,
icon
=
'
OUTLINER_OB_MESH
'
)
layout
.
menu
(
"
VIEW3D_MT_edit_TK
"
,
icon
=
'
EDITMODE_HLT
'
)
layout
.
separator
()
# Multi Select
...
...
@@ -183,7 +179,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
layout
.
separator
()
# Extrude block
layout
.
menu
(
"
VIEW3D_MT_edit_mesh_extrude
"
,
icon
=
'
EDIT
MODE_HLT
'
)
layout
.
menu
(
"
VIEW3D_MT_edit_mesh_extrude
"
,
icon
=
'
EDIT
_VEC
'
)
layout
.
separator
()
# Tools block
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment