[Bf-extensions-cvs] [4e5235f] blender-v2.76-release: Correct manual URL's

Campbell Barton noreply at git.blender.org
Fri Oct 9 13:37:03 CEST 2015


Commit: 4e5235fdd424ab132f1414d0bd2c4be42d03a72f
Author: Campbell Barton
Date:   Fri Oct 9 22:28:23 2015 +1100
Branches: blender-v2.76-release
https://developer.blender.org/rBA4e5235fdd424ab132f1414d0bd2c4be42d03a72f

Correct manual URL's

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 07a0c4c..d23d436 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"),



More information about the Bf-extensions-cvs mailing list