[Bf-extensions-cvs] [5b7b6a5] master: Referance Manual: Fix links

Aaron noreply at git.blender.org
Tue Sep 20 23:11:01 CEST 2016


Commit: 5b7b6a56cc76249eb99e40864cec00751af7b164
Author: Aaron
Date:   Tue Sep 20 17:09:33 2016 -0400
Branches: master
https://developer.blender.org/rBA5b7b6a56cc76249eb99e40864cec00751af7b164

Referance Manual: Fix links

To be back ported to 2.78

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index d665794..b759d72 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -78,8 +78,8 @@ url_manual_mapping = (
     # --- Theme ---
     ("bpy.types.Theme*",                           "preferences/themes.html"),
     # --- Other ---
-    ("bpy.types.Addon*",                           "advanced/scripting/python/addons.html"),
-    ("bpy.types.AddonPreferences.*",                "advanced/scripting/python/addons.html"),
+    ("bpy.types.Addon*",                           "preferences/addons.html"),
+    ("bpy.types.AddonPreferences.*",               "preferences/addons.html#add-on-preferences"),
 
     # *** User Interface ***
     ("bpy.types.Area.*",                    "interface/window_system/areas.html"),
@@ -90,9 +90,9 @@ url_manual_mapping = (
     ("bpy.types.Region.*",                  "interface/window_system/regions.html"),
     # ("bpy.types.UILayout.*",              ""),  # Todo
     # ("bpy.types.UIList.*",                ""),  # Todo
-    ("bpy.types.Menu.*",                    "interface/controls/buttons_and_controls.html#menu-buttons"),
-    ("bpy.types.UIPieMenu.*",               "interface/controls/buttons_and_controls.html#pie-menus"),
-    ("bpy.types.UIPopupMenu.*",             "interface/controls/buttons_and_controls.html#pop-up-menus"),
+    ("bpy.types.Menu.*",                    "interface/controls/buttons/operators_menus.html#menu-buttons"),
+    ("bpy.types.UIPieMenu.*",               "interface/controls/buttons/operators_menus.html#pie-menus"),
+    ("bpy.types.UIPopupMenu.*",             "interface/controls/buttons/operators_menus.html#pop-up-menus"),
     ("bpy.types.Window.*",                  "interface/index.html#window-system"),
     ("bpy.types.WindowManager.*",           "interface/index.html#window-system"),
     # --- Spaces ---
@@ -347,8 +347,8 @@ url_manual_mapping = (
     ("bpy.types.Scene.*",                      "data_system/scenes"),
     ("bpy.types.UnitSettings.*",               "data_system/scenes/properties.html#units"),
     ("bpy.types.Screen.*",                     "interface/window_system/screens.html"),
-    ("bpy.types.Sound.*",                      "editors/3dview/object/types/speaker.html"),
-    ("bpy.types.Speaker.*",                    "editors/3dview/object/types/speaker.html"),
+    ("bpy.types.Sound.*",                      "render/audio/speaker.html"),
+    ("bpy.types.Speaker.*",                    "render/audio/speaker.html"),
     ("bpy.types.Text.*",                       "editors/text_editor.html"),
     ("bpy.types.Texture.*",                    "render/blender_render/textures"),
     ("bpy.types.VectorFont.*",                 "modeling/texts"),
@@ -356,8 +356,8 @@ url_manual_mapping = (
     ("bpy.types.WorldLighting.ao*",            "render/blender_render/world/ambient_occlusion.html"),
     # only other WorldLighting props are in Gather panel
     ("bpy.types.WorldLighting.*",              "render/blender_render/world/ambient_occlusion.html#gather"),
-    ("bpy.types.LatticePoint.*",               "editors/3dview/object/types/lattice.html"),  # TODO refine
-    ("bpy.types.DisplaySafeAreas.*",           "editors/3dview/object/types/camera/object_data.html#safe-areas"),
+    ("bpy.types.LatticePoint.*",               "rigging/lattice.html"),  # TODO refine
+    ("bpy.types.DisplaySafeAreas.*",           "render/blender_render/camera/object_data.html#safe-areas"),
     ("bpy.types.TextCharacterFormat.*",        "modeling/texts/introduction.html"),  # TODO refine
     ("bpy.types.TextLine.*",                   "modeling/texts/introduction.html"),  # TODO refine
 
@@ -396,7 +396,7 @@ url_manual_mapping = (
     ("bpy.types.Object.draw_type",             "editors/3dview/object/properties/display.html"),
     ("bpy.types.Object.color",                 "editors/3dview/object/properties/display.html"),
     ("bpy.types.Object.*",                     "editors/3dview/object"),  # Catchall
-    ("bpy.types.TransformOrientation.*",       "editors/3dview/transform/transform_control/transform_orientations.html"),
+    ("bpy.types.TransformOrientation.*",       "editors/3dview/object/transform/transform_control/transform_orientations.html"),
 
     # === Tool Settings ===
     ("bpy.types.MeshStatVis.*",                "modeling/meshes/mesh_analysis.html"),
@@ -595,7 +595,7 @@ url_manual_mapping = (
     ("bpy.types.CompositorNodeGroup.*",            "editors/node_editor/nodes/groups.html"),
     ("bpy.types.CompositorNode*",                  "compositing/types"),  # catch anything else
 
-    ("bpy.types.ColorRamp*",                       "interface/controls/extended_controls.html#color-ramp-widget"),
+    ("bpy.types.ColorRamp*",                       "interface/controls/templates/color_ramp.html"),
 
     # *** Node ***
     ("bpy.types.Node.*",                           "editors/node_editor/nodes"),
@@ -709,10 +709,10 @@ url_manual_mapping = (
     ("bpy.types.Curve.*",         "modeling/curves"),
     ("bpy.types.GreasePencil.*",  "interface/grease_pencil"),
     ("bpy.types.Group.*",         "editors/3dview/object/properties/relations/groups.html"),
-    ("bpy.types.Image.*",         "render/blender_render/textures/types/image.html"),
+    ("bpy.types.Image.*",         "render/blender_render/textures/types/image"),
     ("bpy.types.ShapeKey.*",      "animation/shape_keys.html"),  # not an id but include because of key
     ("bpy.types.Key.*",           "animation/shape_keys.html"),
-    ("bpy.types.Lattice.*",       "editors/3dview/object/types/lattice.html"),
+    ("bpy.types.Lattice.*",       "rigging/lattice.html"),
     ("bpy.types.Library.*",       "data_system/linked_libraries.html"),
     ("bpy.types.Mask.*",          "editors/movie_clip_editor/masking.html"),
     ("bpy.types.Brush.*",         "sculpt_paint/introduction.html#brush"),
@@ -722,7 +722,7 @@ url_manual_mapping = (
     ("bpy.types.TextCurve.*",     "modeling/texts"),     # Catchall, todo - refine
     ("bpy.types.TextBox.*",       "modeling/texts/editing.html#text-boxes"),
     ("bpy.types.Armature.*",      "rigging/armatures"),  # Catchall, todo - refine
-    ("bpy.types.Camera.*",        "editors/3dview/object/types/camera"),          # Catchall, todo - refine
+    ("bpy.types.Camera.*",        "render/blender_render/camera"),          # Catchall, todo - refine
     ("bpy.types.PointLamp.*",     "render/blender_render/lighting/lamps/point.html"),  # Catchall, todo - refine
     ("bpy.types.AreaLamp.*",      "render/blender_render/lighting/lamps/area"),   # Catchall, todo - refine
     ("bpy.types.SpotLamp.*",      "render/blender_render/lighting/lamps/spot"),   # Catchall, todo - refine
@@ -831,8 +831,8 @@ url_manual_mapping = (
     ("bpy.ops.armature.*",                "rigging/armatures"),
     ("bpy.ops.boid.*",                    "physics/particles/properties/physics/boids.html"),
     ("bpy.ops.brush.*",                   "sculpt_paint/introduction.html#brush"),  # TODO doc
-    ("bpy.ops.buttons.*",                 "interface/controls/buttons_and_controls.html"),
-    ("bpy.ops.camera.*",                  "editors/3dview/object/types/camera"),
+    ("bpy.ops.buttons.*",                 "interface/controls/buttons"),
+    ("bpy.ops.camera.*",                  "erender/blender_render/camera"),
     ("bpy.ops.clip.*",                    "editors/movie_clip_editor/index.html#movie-clip-editor"),
     ("bpy.ops.cloth.*",                   "physics/cloth"),
     ("bpy.ops.console.*",                 "editors/python_console.html"),
@@ -855,11 +855,11 @@ url_manual_mapping = (
     ("bpy.ops.gpencil.*",                 "interface/grease_pencil"),
     ("bpy.ops.graph.*",                   "editors/graph_editor/fcurves"),
     ("bpy.ops.group.*",                   "editors/3dview/object/properties/relations/groups.html"),
-    ("bpy.ops.image.*",                   "render/blender_render/textures/types/image.html"),
+    ("bpy.ops.image.*",                   "render/blender_render/textures/types/image"),
     ("bpy.ops.import*",                   "data_system/files/import_export.html"),
     # ("bpy.ops.info.*",                  ""),  # TODO
     ("bpy.ops.lamp.*",                    "render/blender_render/lighting"),  # TODO
-    ("bpy.ops.lattice.*",                 "editors/3dview/object/types/lattice.html"),
+    ("bpy.ops.lattice.*",                 "rigging/lattice.html"),
     ("bpy.ops.logic.*",                   "game_engine/logic"),
     ("bpy.ops.marker.*",                  "animation/markers.html"),
     ("bpy.ops.mask.*",                    "editors/movie_clip_editor/masking.html"),
@@ -893,7 +893,7 @@ url_manual_mapping = (
     ("bpy.ops.render.*",                  "render"),  # Catchall
     ("bpy.ops.rigidbody.world*",          "physics/rigid_body/world.html"),
     ("bpy.ops.rigidbody.*",               "physics/rigid_body"),
-    ("bpy.ops.safe_areas.*",              "editors/3dview/object/types/camera/object_data.html#safe-areas"),
+    ("bpy.ops.safe_areas.*",              "render/blender_render/camera/object_data.html#safe-areas"),
     ("bpy.ops.scene.*",                   "data_system/scenes"),
     ("bpy.ops.screen.*",                  "interface/window_system/screens.html"),
     ("bpy.ops.script.*",                  "advanced/scripting"),
@@ -901,7 +901,7 @@ url_manual_mapping = (
     ("bpy.ops.sequencer.*",               "editors/sequencer"),
     # ("bpy.ops.sketch.*",                ""),  # TODO
     ("bpy.ops.sound.bake_animation",      "data_system/scenes/properties.html#audio"),
-    ("bpy.ops.sound.*",                   "editors/3dview/object/types/speaker.html"),
+    ("bpy.ops.sound.*",                   "render/audio/speaker.html"),
     ("bpy.ops.surface.*",                 "modeling/surfaces"),
     ("bpy.ops.text.*",                    "editors/text_editor.html"),
     ("bpy.ops.texture.*",                 "render/blender_render/textures"),
@@ -910,22 +910,22 @@ url_manual_mapping = (
     ("bpy.ops.transform.vert_slide",      "modeling/meshes/editing/vertices.html#vertex-slide"),
     ("bpy.ops.transform.shrink_fatten",   "modeling/meshes/editing/deforming/shrin

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list