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:
authorInes Almeida <britalmeida@gmail.com>2019-07-02 00:07:56 +0300
committerInes Almeida <britalmeida@gmail.com>2019-07-02 00:07:56 +0300
commit5819abebf40d5f09543bfe2af3aa4dfa698b3114 (patch)
treea435e62b2c70e1977bb4a12b9b3383385fffefb9
parent16040b3f21b285dbe98847636cafd5eddfd0c71a (diff)
Add back documentation link mapping for the join_shapes operator
-rw-r--r--modules/rna_manual_reference.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 3c4b0087..968bfcc8 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -430,7 +430,8 @@ url_manual_mapping = (
("bpy.ops.mesh.loopcut_slide*", "modeling/meshes/editing/subdividing/loop.html#bpy-ops-mesh-loopcut-slide"),
("bpy.ops.mesh.primitive*add*", "modeling/meshes/primitives.html#bpy-ops-mesh-primitive-add"),
("bpy.ops.object.gpencil_add*", "grease_pencil/primitives.html#bpy-ops-object-gpencil-add"),
- ("bpy.ops.object.*shape_key_*", "animation/shape_keys/shape_keys_panel.html"),
+ ("bpy.ops.object.*shape_key_*", "animation/shape_keys/shape_keys_panel.html"),
+ ("bpy.ops.object.join_shapes*", "animation/shape_keys/shape_keys_panel.html"),
("bpy.ops.object.select_less*", "scene_layout/object/selecting.html#bpy-ops-object-select-less"),
("bpy.ops.object.select_more*", "scene_layout/object/selecting.html#bpy-ops-object-select-more"),
("bpy.ops.object.track_clear*", "animation/constraints/interface/adding_removing.html#bpy-ops-object-track-clear"),