[Bf-extensions-cvs] [5819abeb] master: Add back documentation link mapping for the join_shapes operator

Ines Almeida noreply at git.blender.org
Mon Jul 1 23:09:25 CEST 2019


Commit: 5819abebf40d5f09543bfe2af3aa4dfa698b3114
Author: Ines Almeida
Date:   Mon Jul 1 23:07:56 2019 +0200
Branches: master
https://developer.blender.org/rBA5819abebf40d5f09543bfe2af3aa4dfa698b3114

Add back documentation link mapping for the join_shapes operator

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

M	modules/rna_manual_reference.py

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

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"),



More information about the Bf-extensions-cvs mailing list