[Bf-extensions-cvs] [dbf7e49] master: Online Manual: fix for recent changing with shape key properties.

Brecht Van Lommel noreply at git.blender.org
Sun Nov 24 16:01:22 CET 2013


Commit: dbf7e49d9b37fa61b5c42d33864f6b4fbfa6d705
Author: Brecht Van Lommel
Date:   Sun Nov 24 16:00:14 2013 +0100
http://developer.blender.org/rBAdbf7e49d9b37fa61b5c42d33864f6b4fbfa6d705

Online Manual: fix for recent changing with shape key properties.

Patch by koilz.

Differential Revision: http://developer.blender.org/D32

===================================================================

M	modules/rna_wiki_reference.py

===================================================================

diff --git a/modules/rna_wiki_reference.py b/modules/rna_wiki_reference.py
index 4223c4a..ffd2114 100644
--- a/modules/rna_wiki_reference.py
+++ b/modules/rna_wiki_reference.py
@@ -217,8 +217,6 @@ url_manual_mapping = (
     ("bpy.types.MovieClip.*", "Motion_Tracking#Movie_Clip_Editor"),
     #("bpy.types.NodeTree.*", ""),  # dont document
     ("bpy.types.Object.*",  "Modeling/Objects"),  # catchall, TODO - refine
-    ("bpy.types.Object.*shape_key*", "Animation/Techs/Shape/Shape_Keys"),
-    ("bpy.types.Object.join_shapes", "Animation/Techs/Shape/Shape_Keys"),
     ("bpy.types.ParticleSettings.*", "Physics/Particles"),
     ("bpy.types.Scene.*", "Interface/Scenes"),
     ("bpy.types.Screen.*", "Interface/Screens"),
@@ -315,6 +313,8 @@ url_manual_mapping = (
     ("bpy.ops.mesh.*",  "Modeling/Meshes"),
     ("bpy.ops.nla.*",  "Animation/Editors/NLA"),
     # ("bpy.ops.node.*",  ""),  # TODO
+    ("bpy.ops.object.*shape_key*", "Animation/Techs/Shape/Shape_Keys"),
+    ("bpy.ops.object.join_shapes", "Animation/Techs/Shape/Shape_Keys"),
     ("bpy.ops.object.*",  "Modeling/Objects"),
     ("bpy.ops.outliner.*",  "Data_System/The_Outliner"),
     # ("bpy.ops.paint.*",  ""),  # TODO



More information about the Bf-extensions-cvs mailing list