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:
authorCampbell Barton <ideasman42@gmail.com>2015-10-09 14:28:23 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-10-09 14:35:14 +0300
commit4e5235fdd424ab132f1414d0bd2c4be42d03a72f (patch)
tree158102bae6e05961ea6e5f776f2aff7af69516ec
parent95c3f6f89dfe658cb4d7b95f23ecbce876e5447e (diff)
Correct manual URL'sv2.76
-rw-r--r--modules/rna_manual_reference.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 07a0c4c4..d23d4360 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -194,7 +194,7 @@ url_manual_mapping = (
("bpy.types.Action.*", "animation/basics/actions.html"),
#("bpy.types.Brush.*", ""), # TODO - manual has no place for this! XXX
("bpy.types.Curve.*", "modeling/curves"),
- ("bpy.types.GreasePencil.*", "grease_pencil"),
+ ("bpy.types.GreasePencil.*", "interface/grease_pencil/index.html"),
("bpy.types.Group.*", "modeling/objects/groups_and_parenting.html#grouping-objects"),
("bpy.types.Image.*", "render/blender_render/textures/types/image.html"),
("bpy.types.ShapeKey.*", "animation/techs/shape/shape_keys.html"), # not an id but include because of key
@@ -480,7 +480,7 @@ url_manual_mapping = (
("bpy.ops.file.*", ""),
("bpy.ops.fluid.*", "physics/fluid"),
("bpy.ops.font.*", "modeling/texts"),
- ("bpy.ops.gpencil.*", "grease_pencil"),
+ ("bpy.ops.gpencil.*", "interface/grease_pencil/index.html"),
("bpy.ops.graph.*", "editors/graph_editor/fcurves.html"),
("bpy.ops.group.*", "modeling/objects/groups_and_parenting.html#grouping-objects"),
("bpy.ops.image.*", "render/blender_render/textures/types/image.html"),
@@ -540,7 +540,7 @@ url_manual_mapping = (
("bpy.ops.transform.push_pull", "modeling/meshes/editing/deforming/push_pull.html"),
("bpy.ops.transform.*", "editors/3dview/transform/transform_control"),
("bpy.ops.ui.*", "interface"),
- ("bpy.ops.uv.*", "render/blender_render/textures/mapping/uv/layout_editing.html"),
+ ("bpy.ops.uv.*", "editors/uv_image/index.html"),
# ("bpy.ops.view2d.*", ""), # TODO
("bpy.ops.view3d.*", "editors/3dview/navigate/3d_view.html"), # this link is a bit arbitrary
("bpy.ops.wm.*", "interface/window_system"),