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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2013-11-24 19:00:14 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2013-11-24 19:00:14 +0400
commitdbf7e49d9b37fa61b5c42d33864f6b4fbfa6d705 (patch)
tree63ab0c9cce4c84fc445e330a49df4dbee11bbf39 /modules
parent8da66b293675b51d1e2065b442f2a70ce93a4b58 (diff)
Online Manual: fix for recent changing with shape key properties.
Patch by koilz. Differential Revision: http://developer.blender.org/D32
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_wiki_reference.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rna_wiki_reference.py b/modules/rna_wiki_reference.py
index 4223c4a4..ffd21143 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