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>2013-04-20 16:15:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-20 16:15:56 +0400
commit066eaa4cc493c7fa7f5a7a4f0a81844a97ab3e98 (patch)
treeb8d0e69da5207c0710f76a01a8ae376c2e09e314
parent86fb6178a6c89b5f92261696ff47c6d7294c87a0 (diff)
add link to wiki docs for mesh-analysis panel
-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 4e15279b..33d93e1b 100644
--- a/modules/rna_wiki_reference.py
+++ b/modules/rna_wiki_reference.py
@@ -331,6 +331,9 @@ url_manual_mapping = (
("bpy.ops.view3d.*", "3D_interaction/Navigating/3D_View"), # this link is a bit arbitrary
("bpy.ops.wm.*", "Interface/Window_system"),
("bpy.ops.world.*", "World"),
+
+ # === Tool Settings ===
+ ("bpy.types.MeshStatVis.*", "Modeling/Meshes#Mesh_Analysis"),
)
# may have 'url_reference_mapping'... etc later