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:
authorCampbell Barton <ideasman42@gmail.com>2012-09-10 03:44:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-10 03:44:59 +0400
commit979eba457a4c76d1eba0cf2b64550ad89fd1fa08 (patch)
treef837f926c3dc357729975c619f2c99803a03bf6b /modules
parent878a739f3c3b516b0c5d08389c40a685aa4ab5ea (diff)
added a reference for view3d docs
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_wiki_reference.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/rna_wiki_reference.py b/modules/rna_wiki_reference.py
index 76383bfa..0b80e01b 100644
--- a/modules/rna_wiki_reference.py
+++ b/modules/rna_wiki_reference.py
@@ -158,6 +158,9 @@ url_manual_mapping = (
("bpy.types.Texture.*", "Textures"),
+ # *** Spaces ***
+ ("bpy.types.SpaceView3D.*", "3D_interaction/Navigating/3D_View_Options"),
+
# === Operators ===
# Catch all only for now!
# *** Window/Screen ***