[Bf-extensions-cvs] [ce3e1a0] master: Add more ref links

Aaron noreply at git.blender.org
Tue May 3 19:19:22 CEST 2016


Commit: ce3e1a0d88579751fbcc7ebbdfa37a8235d3a1c0
Author: Aaron
Date:   Tue May 3 13:19:19 2016 -0400
Branches: master
https://developer.blender.org/rBAce3e1a0d88579751fbcc7ebbdfa37a8235d3a1c0

Add more ref links

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index b0fac53..eba768d 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -71,7 +71,6 @@ url_manual_mapping = (
     ("bpy.types.UserPreferencesView.*",            "preferences/interface.html"),
     ("bpy.types.UserPreferencesEdit.*",            "preferences/editing.html"),
     ("bpy.types.UserPreferencesInput.*",           "preferences/input.html"),
-    ("bpy.ops.wm.addon_*",                         "preferences/addons.html"),
     ("bpy.types.Theme.*",                          "preferences/themes.html"),
     ("bpy.types.UserPreferencesFilePaths.*",       "preferences/file.html"),
     ("bpy.types.UserPreferencesSystem.*",          "preferences/system.html"),
@@ -109,6 +108,40 @@ url_manual_mapping = (
     ("bpy.types.Addon.*",                           "advanced/scripting/python/addons.html"),
     ("bpy.types.AddonPreferences.*",                "advanced/scripting/python/addons.html"),
 
+    # *** User Interface ***
+    ("bpy.types.Area.*",                    "interface/window_system/arranging_areas.html"),
+    ("bpy.types.AreaSpaces.*",              "interface/window_system/arranging_areas.html"),
+    ("bpy.types.ConsoleLine.*",             "advanced/command_line"),
+    ("bpy.types.Header.*",                  "interface/window_system/headers.html"),
+    ("bpy.types.Panel.*",                   "interface/panels.html"),
+    ("bpy.types.Region.*",                  "interface/window_system/arranging_areas.html"),
+    # ("bpy.types.UILayout.*",              ""),  # Todo
+    # ("bpy.types.UIList.*",                ""),  # Todo
+    ("bpy.types.Menu.*",                    "interface/buttons_and_controls.html#menu-buttons"),
+    ("bpy.types.UIPieMenu.*",               "interface/buttons_and_controls.html#pie-menus"),
+    ("bpy.types.UIPopupMenu.*",             "interface/buttons_and_controls.html#pop-up-menus"),
+    ("bpy.types.Window.*",                  "interface/window_system"),
+    ("bpy.types.WindowManager.*",           "interface/window_system"),
+    # --- Spaces ---
+    ("bpy.types.SpaceConsole.*",            "editors/python_console.html"),
+    ("bpy.types.SpaceDopeSheetEditor.*",    "editors/dope_sheet"),
+    ("bpy.types.SpaceFileBrowser.*",        "editors/file_browser/introduction.html"),
+    ("bpy.types.SpaceGraphEditor.*",        "editors/graph_editor"),
+    ("bpy.types.SpaceImageEditor.*",        "editors/uv_image"),
+    ("bpy.types.SpaceInfo.*",               "editors/info"),
+    ("bpy.types.SpaceLogicEditor.*",        "editors/logic_editor.html"),
+    ("bpy.types.SpaceNLA.*",                "editors/nla.html"),
+    ("bpy.types.SpaceNodeEditor.*",         "editors/node_editor"),
+    ("bpy.types.SpaceOutliner.*",           "editors/outliner.html"),
+    ("bpy.types.SpaceProperties.*",         "editors/properties"),
+    ("bpy.types.SpaceSequenceEditor.*",     "editors/sequencer"),
+    ("bpy.types.SpaceTextEditor.*",         "editors/text_editor.html"),
+    ("bpy.types.SpaceTimeline.*",           "editors/timeline.html"),
+    ("bpy.types.SpaceUVEditor.*",           "editors/uv_image"),
+    ("bpy.types.SpaceUserPreferences.*",    "preferences"),
+    ("bpy.types.SpaceView3D.*",             "editors/3dview"),
+    ("bpy.types.Space.*",                   "editors"),  # Catchall
+
     # *** Modifiers ***
     # --- Intro ---
     ("bpy.types.Modifier.show_*", "modeling/modifiers/the_stack.html"),
@@ -289,6 +322,7 @@ url_manual_mapping = (
     ("bpy.types.MaterialRaytraceMirror.*",        "render/blender_render/materials/properties/mirror.html"),
     ("bpy.types.MaterialRaytraceTransparency.*",  "render/blender_render/materials/properties/transparency.html#raytraced-transparency"),
     # --- Textures ---
+    ("bpy.types.BlendTexture.*",              "render/blender_render/textures/types/procedural/blend.html"),
     ("bpy.types.CloudsTexture.*",             "render/blender_render/textures/types/procedural/clouds.html"),
     ("bpy.types.DistortedNoiseTexture.*",     "render/blender_render/textures/types/procedural/distorted_noise.html"),
     ("bpy.types.EnvironmentMapTexture.*",     "render/blender_render/textures/mapping/environment.html"),
@@ -334,7 +368,6 @@ url_manual_mapping = (
     ("bpy.types.Text.*",                       "editors/text_editor.html"),
     ("bpy.types.Texture.*",                    "render/blender_render/textures"),
     ("bpy.types.VectorFont.*",                 "modeling/texts"),
-    ("bpy.types.WindowManager.*",              "interface/window_system"),
     ("bpy.types.World.*",                      "render/blender_render/world"),
     ("bpy.types.WorldLighting.*ao*",           "render/blender_render/lighting/ambient_occlusion.html"),
     ("bpy.types.WorldLighting.*ambient*",      "render/blender_render/lighting/ambient_occlusion.html"),
@@ -354,6 +387,7 @@ url_manual_mapping = (
     ("bpy.types.WalkNavigation.*",             "editors/3dview/navigate/3d_view.html#walk-mode"),
     ("bpy.types.SpaceView3D.cursor_location",  "editors/3dview/3d_cursor.html#numeric-input"),
     ("bpy.types.Object.location",              "editors/3dview/transform/transform_control/numeric_input.html#numeric-input-via-the-properties-shelf"),
+    ("bpy.types.TransformOrientation.*",       "editors/3dview/transform/transform_control/transform_orientations.html"),
 
     # *** Cycles ***
     ("bpy.types.CyclesRenderSettings.*",     "render/cycles/settings/integrator.html"),
@@ -573,6 +607,7 @@ url_manual_mapping = (
     ("bpy.types.MaskSequence.*",           "editors/sequencer/strips/types/mask.html"),
     ("bpy.types.MetaSequence.*",           "editors/sequencer/strips/meta.html"),
     ("bpy.types.MovieSequence.*",          "editors/sequencer/strips/types/image_movie.html"),
+    ("bpy.types.MovieClipSequence.*",      ""),
     ("bpy.types.MulticamSequence.*",       "editors/sequencer/strips/types/effects/multicam.html"),
     ("bpy.types.MultiplySequence.*",       "editors/sequencer/strips/types/effects/multiply.html"),
     ("bpy.types.OverDropSequence.*",       "editors/sequencer/strips/types/effects/alpha_over_under_overdrop.html"),
@@ -685,6 +720,7 @@ url_manual_mapping = (
     ("bpy.types.Lamp.*",          "render/blender_render/lighting"),              # catchall, todo - refine
 
     # *** Blend Data ***
+    ("bpy.types.ID.*",                          "data_system/data_blocks.html"),
     ("bpy.types.BlendData.*",                   "data_system/data_blocks.html#data-block-types"),
     ("bpy.types.BlendDataActions.*",            "data_system/data_blocks.html#data-block-types"),
     ("bpy.types.BlendDataArmatures.*",          "data_system/data_blocks.html#data-block-types"),
@@ -716,7 +752,6 @@ url_manual_mapping = (
     ("bpy.types.BlendDataTextures.*",           "data_system/data_blocks.html#data-block-types"),
     ("bpy.types.BlendDataWindowManagers.*",     "data_system/data_blocks.html#data-block-types"),
     ("bpy.types.BlendDataWorlds.*",             "data_system/data_blocks.html#data-block-types"),
-    ("bpy.types.BlendTexture.*",                "data_system/data_blocks.html#data-block-types"),
 
     # *** Animation ***
     ("bpy.types.Keyframe.*",                       "animation/actions.html"),
@@ -760,33 +795,16 @@ url_manual_mapping = (
 
     ("bpy.types.Texture.*",             "render/blender_render/textures"),
 
-    # *** Spaces ***
-    ("bpy.types.SpaceConsole.*",            "editors/python_console.html"),
-    ("bpy.types.SpaceDopeSheetEditor.*",    "editors/dope_sheet"),
-    ("bpy.types.SpaceFileBrowser.*",        "editors/file_browser/introduction.html"),
-    ("bpy.types.SpaceGraphEditor.*",        "editors/graph_editor"),
-    ("bpy.types.SpaceImageEditor.*",        "editors/uv_image"),
-    ("bpy.types.SpaceInfo.*",               "editors/info"),
-    ("bpy.types.SpaceLogicEditor.*",        "editors/logic_editor.html"),
-    ("bpy.types.SpaceNLA.*",                "editors/nla.html"),
-    ("bpy.types.SpaceNodeEditor.*",         "editors/node_editor"),
-    ("bpy.types.SpaceOutliner.*",           "editors/outliner.html"),
-    ("bpy.types.SpaceProperties.*",         "editors/properties"),
-    ("bpy.types.SpaceSequenceEditor.*",     "editors/sequencer"),
-    ("bpy.types.SpaceTextEditor.*",         "editors/text_editor.html"),
-    ("bpy.types.SpaceTimeline.*",           "editors/timeline.html"),
-    ("bpy.types.SpaceUVEditor.*",           "editors/uv_image"),
-    ("bpy.types.SpaceUserPreferences.*",    "preferences"),
-    ("bpy.types.SpaceView3D.*",             "editors/3dview"),
-    ("bpy.types.Space.*",                   "editors"),  # Catchall
-
     # *** Game Engine ***
     ("bpy.types.LodLevel.*",                "game_engine/performance/level_of_detail.html"),
     # --- Logic ---
     # Sensors
-    ("bpy.types.Sensor.*",                  "game_engine/logic/sensors"),
     ("bpy.types.ActuatorSensor.*",          "game_engine/logic/sensors/types/actuator.html"),
-    # ("bpy.types.ArmatureSensor.*",        ""),
+    # ("bpy.types.ArmatureSensor.*",        ""), Not in Blender
+    ("bpy.types.NearSensor.*",              "game_engine/logic/sensors/types/near.html"),
+    ("bpy.types.RaySensor.*",               "game_engine/logic/sensors/types/ray.html"),
+    ("bpy.types.Sensor.*",                  "game_engine/logic/sensors"),
+    # ("bpy.types.ArmatureSensor.*",        ""), Not in Blender
     ("bpy.types.CollisionSensor.*",         "game_engine/logic/sensors/types/collision.html"),
     ("bpy.types.DelaySensor.*",             "game_engine/logic/sensors/types/delay.html"),
     ("bpy.types.JoystickSensor.*",          "game_engine/logic/sensors/types/joystick.html"),
@@ -799,15 +817,15 @@ url_manual_mapping = (
     # Actuators
     ("bpy.types.ActionActuator.*",         "game_engine/logic/actuators/types/action.html"),
     ("bpy.types.Actuator.*",               "game_engine/logic/actuators"),
-    # ("bpy.types.ArmatureActuator.*",     ""),
+    # ("bpy.types.ArmatureActuator.*",     ""), Not in Blender
     ("bpy.types.CameraActuator.*",         "game_engine/logic/actuators/types/camera.html"),
     ("bpy.types.ConstraintAct

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list