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-06-30 21:04:40 +0300
committerInes Almeida <britalmeida@gmail.com>2019-06-30 21:28:52 +0300
commit2beca8bd728beb29dc6cab63b3bba00d84ca9779 (patch)
treec496ae772a7b5e327ab3a808da05b6031d18a2ac /modules/rna_manual_reference.py
parent2eaeb42961735196c15aa7273f74561c34b8bbfc (diff)
Update documentation link mapping for shape keys
Diffstat (limited to 'modules/rna_manual_reference.py')
-rw-r--r--modules/rna_manual_reference.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index f034309b..3c4b0087 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -430,7 +430,7 @@ 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.join_shapes*", "animation/shape_keys/shape_keys_panel.html#bpy-ops-object-join-shapes"),
+ ("bpy.ops.object.*shape_key_*", "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"),
@@ -468,7 +468,6 @@ url_manual_mapping = (
("bpy.types.subtractsequence*", "sequencer/sequencer/strips/effects/subtract.html#bpy-types-subtractsequence"),
("bpy.types.texturenodegroup*", "editors/texture_node/types/groups.html#bpy-types-texturenodegroup"),
("bpy.types.texturenodeimage*", "editors/texture_node/types/input/image.html#bpy-types-texturenodeimage"),
- ("bpy.ops.object.*shape_key*", "animation/shape_keys/index.html#bpy-ops-object-shape-key"),
("bpy.ops.object.make_links*", "scene_layout/object/editing/duplication.html#bpy-ops-object-make-links"),
("bpy.ops.object.make_local*", "files/linked_libraries.html#bpy-ops-object-make-local"),
("bpy.ops.object.origin_set*", "scene_layout/object/origin.html#bpy-ops-object-origin-set"),