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:
Diffstat (limited to 'modules/rna_wiki_reference.py')
-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 ***