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
7ccd67cb
Commit
7ccd67cb
authored
5 years ago
by
meta-androcto
Browse files
Options
Downloads
Patches
Plain Diff
space_view3d_3d_navigation: use View tab
parent
4b8bb39f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
space_view3d_3d_navigation.py
+6
-6
6 additions, 6 deletions
space_view3d_3d_navigation.py
with
6 additions
and
6 deletions
space_view3d_3d_navigation.py
+
6
−
6
View file @
7ccd67cb
...
@@ -25,9 +25,9 @@
...
@@ -25,9 +25,9 @@
bl_info
=
{
bl_info
=
{
"
name
"
:
"
3D Navigation
"
,
"
name
"
:
"
3D Navigation
"
,
"
author
"
:
"
Demohero, uriel
"
,
"
author
"
:
"
Demohero, uriel
"
,
"
version
"
:
(
1
,
2
,
4
),
"
version
"
:
(
1
,
2
,
5
),
"
blender
"
:
(
2
,
80
,
0
),
"
blender
"
:
(
2
,
80
,
0
),
"
location
"
:
"
View3D > Sidebar >
Display
Tab
"
,
"
location
"
:
"
View3D > Sidebar >
View
Tab
"
,
"
description
"
:
"
Navigate the Camera & 3D View from the Toolshelf
"
,
"
description
"
:
"
Navigate the Camera & 3D View from the Toolshelf
"
,
"
warning
"
:
""
,
"
warning
"
:
""
,
"
wiki_url
"
:
"
https://wiki.blender.org/index.php/Extensions:2.6/Py/
"
"
wiki_url
"
:
"
https://wiki.blender.org/index.php/Extensions:2.6/Py/
"
...
@@ -219,8 +219,8 @@ class BottomViewpoint1(Operator):
...
@@ -219,8 +219,8 @@ class BottomViewpoint1(Operator):
class
VIEW3D_PT_3dnavigationPanel
(
Panel
):
class
VIEW3D_PT_3dnavigationPanel
(
Panel
):
bl_space_type
=
"
VIEW_3D
"
bl_space_type
=
"
VIEW_3D
"
bl_region_type
=
"
UI
"
bl_region_type
=
"
UI
"
bl_label
=
"
3
D
Nav
"
bl_label
=
"
3
d
Nav
"
bl_category
=
"
Display
"
bl_category
=
"
View
"
def
draw
(
self
,
context
):
def
draw
(
self
,
context
):
layout
=
self
.
layout
layout
=
self
.
layout
...
@@ -263,7 +263,7 @@ class VIEW3D_PT_3dnavigationPanel2(Panel):
...
@@ -263,7 +263,7 @@ class VIEW3D_PT_3dnavigationPanel2(Panel):
bl_space_type
=
"
VIEW_3D
"
bl_space_type
=
"
VIEW_3D
"
bl_region_type
=
"
UI
"
bl_region_type
=
"
UI
"
bl_label
=
"
Pan Orbit Zoom Roll
"
bl_label
=
"
Pan Orbit Zoom Roll
"
bl_category
=
"
Display
"
bl_category
=
"
View
"
bl_options
=
{
'
DEFAULT_CLOSED
'
}
bl_options
=
{
'
DEFAULT_CLOSED
'
}
def
draw
(
self
,
context
):
def
draw
(
self
,
context
):
...
@@ -341,7 +341,7 @@ class NavAddonPreferences(AddonPreferences):
...
@@ -341,7 +341,7 @@ class NavAddonPreferences(AddonPreferences):
category
:
StringProperty
(
category
:
StringProperty
(
name
=
"
Tab Category
"
,
name
=
"
Tab Category
"
,
description
=
"
Choose a name for the category of the panel
"
,
description
=
"
Choose a name for the category of the panel
"
,
default
=
"
Display
"
,
default
=
"
View
"
,
update
=
update_panel
update
=
update_panel
)
)
...
...
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