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-22 02:49:00 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2013-11-22 02:49:00 +0400
commiteb8609c6d3f9bea3c3fcb41e04333ecde95b8f3b (patch)
tree9b45d405de808e6caf449979928674ad7e31a3d3 /modules
parent4d8cb6c294727ff10afeb548759f629b0c2169d6 (diff)
Online Manual: point shape key properties and operators to the right page.
Patch by koilz. Differential Revision: http://developer.blender.org/D27
Diffstat (limited to 'modules')
-rw-r--r--modules/rna_wiki_reference.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/rna_wiki_reference.py b/modules/rna_wiki_reference.py
index a444ce93..9c571f95 100644
--- a/modules/rna_wiki_reference.py
+++ b/modules/rna_wiki_reference.py
@@ -194,8 +194,8 @@ url_manual_mapping = (
("bpy.types.GreasePencil.*", "3D_interaction/Sketching/Drawing"),
("bpy.types.Group.*", "Modeling/Objects/Groups_and_Parenting#Grouping_objects"),
("bpy.types.Image.*", "Textures/Types/Image"),
- ("bpy.types.ShapeKey.*", "Animation/Basic/Deformation/Shape_Keys"), # not an ID but include because of Key
- ("bpy.types.Key.*", "Animation/Basic/Deformation/Shape_Keys"),
+ ("bpy.types.ShapeKey.*", "Animation/Techs/Shape/Shape_Keys"), # not an ID but include because of Key
+ ("bpy.types.Key.*", "Animation/Techs/Shape/Shape_Keys"),
#("bpy.types.Lattice.*", ""), # TODO - manual has no place for this! XXX
("bpy.types.Library.*", "Manual/Data_System/Linked_Libraries"),
#("bpy.types.Mask.*", ""), # TODO - manual has no place for this! XXX
@@ -217,6 +217,8 @@ 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"),