[Bf-extensions-cvs] [a23c2e1] master: Manual: Fix links

Aaron noreply at git.blender.org
Mon Aug 22 02:27:25 CEST 2016


Commit: a23c2e15de8e43095059f1b86d775f02c1aa076f
Author: Aaron
Date:   Sun Aug 21 20:22:49 2016 -0400
Branches: master
https://developer.blender.org/rBAa23c2e15de8e43095059f1b86d775f02c1aa076f

Manual: Fix links

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 694a295..ed65245 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -153,9 +153,9 @@ url_manual_mapping = (
     ("bpy.types.NormalEditModifier.*",             "modeling/modifiers/modify/normal_edit.html"),
     ("bpy.types.UVProjectModifier.*",              "modeling/modifiers/modify/uv_project.html"),
     ("bpy.types.UVWarpModifier.*",                 "modeling/modifiers/modify/uv_warp.html"),
-    ("bpy.types.VertexWeightMixModifier.*",        "modeling/modifiers/modify/vertex_weight.html"),
-    ("bpy.types.VertexWeightEditModifier.*",       "modeling/modifiers/modify/vertex_weight.html"),
-    ("bpy.types.VertexWeightProximityModifier.*",  "modeling/modifiers/modify/vertex_weight.html"),
+    ("bpy.types.VertexWeightMixModifier.*",        "modeling/modifiers/modify/weight_mix.html"),
+    ("bpy.types.VertexWeightEditModifier.*",       "modeling/modifiers/modify/weight_edit.html"),
+    ("bpy.types.VertexWeightProximityModifier.*",  "modeling/modifiers/modify/weight_proximity.html"),
     # --- Generate Modifiers ---
     ("bpy.types.ArrayModifier.*",            "modeling/modifiers/generate/array.html"),
     ("bpy.types.BevelModifier.*",            "modeling/modifiers/generate/bevel.html"),
@@ -369,11 +369,11 @@ url_manual_mapping = (
     ("bpy.types.Texture.*",                    "render/blender_render/textures"),
     ("bpy.types.VectorFont.*",                 "modeling/texts"),
     ("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"),
-    ("bpy.types.WorldLighting.*environment*",  "render/blender_render/lighting/ambient_light.html"),
+    ("bpy.types.WorldLighting.*ao*",           "render/blender_render/world/ambient_occlusion.html"),
+    ("bpy.types.WorldLighting.*ambient*",      "render/blender_render/world/ambient_occlusion.html"),
+    ("bpy.types.WorldLighting.*environment*",  "render/blender_render/world/ambient_light.html"),
     # only other WorldLighting props are in Gather panel
-    ("bpy.types.WorldLighting.*",              "render/blender_render/lighting/ambient_occlusion.html#gather"),
+    ("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/safe_areas.html"),
     ("bpy.types.TextCharacterFormat.*",        "modeling/texts/introduction.html"),  # TODO refine
@@ -386,20 +386,23 @@ url_manual_mapping = (
     ("bpy.types.BackgroundImage.*",            "editors/3dview/display/background_images.html"),
     ("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/transform_properties.html"),
-    ("bpy.types.Object.lock_location",         "editors/3dview/transform/transform_control/transform_properties.html#transform-properties-locking"),
-    ("bpy.types.Object.rotation_euler",        "editors/3dview/transform/transform_control/transform_properties.html"),
-    ("bpy.types.Object.rotation_quaternion",   "editors/3dview/transform/transform_control/transform_properties.html"),
-    ("bpy.types.Object.rotation_axis_angle",   "editors/3dview/transform/transform_control/transform_properties.html"),
-    ("bpy.types.Object.rotation_mode",         "editors/3dview/transform/transform_control/transform_properties.html"),
-    ("bpy.types.Object.lock_rotations_4d",     "editors/3dview/transform/transform_control/transform_properties.html#transform-properties-locking"),  # Todo
-    ("bpy.types.Object.lock_rotation",         "editors/3dview/transform/transform_control/transform_properties.html#transform-properties-locking"),
-    ("bpy.types.Object.scale",                 "editors/3dview/transform/transform_control/transform_properties.html"),
-    ("bpy.types.Object.lock_scale",            "editors/3dview/transform/transform_control/transform_properties.html#transform-properties-locking"),
-    ("bpy.types.Object.dimensions",            "editors/3dview/transform/transform_control/transform_properties.html"),
+    ("bpy.types.Object.location",              "editors/3dview/object/properties/transforms.html"),
+    ("bpy.types.Object.lock_location",         "editors/3dview/object/properties/transforms.html#transform-properties-locking"),
+    ("bpy.types.Object.rotation_euler",        "editors/3dview/object/properties/transforms.html"),
+    ("bpy.types.Object.rotation_quaternion",   "editors/3dview/object/properties/transforms.html"),
+    ("bpy.types.Object.rotation_axis_angle",   "editors/3dview/object/properties/transforms.html"),
+    ("bpy.types.Object.rotation_mode",         "editors/3dview/object/properties/transforms.html"),
+    ("bpy.types.Object.lock_rotations_4d",     "editors/3dview/object/properties/transforms.html#transform-properties-locking"),  # Todo
+    ("bpy.types.Object.lock_rotation",         "editors/3dview/object/properties/transforms.html#transform-properties-locking"),
+    ("bpy.types.Object.scale",                 "editors/3dview/object/properties/transforms.html"),
+    ("bpy.types.Object.lock_scale",            "editors/3dview/object/properties/transforms.html#transform-properties-locking"),
+    ("bpy.types.Object.dimensions",            "editors/3dview/object/properties/transforms.html"),
     ("bpy.types.Object.*",                     "editors/3dview/object"),  # Catchall
     ("bpy.types.TransformOrientation.*",       "editors/3dview/transform/transform_control/transform_orientations.html"),
 
+    # === Tool Settings ===
+    ("bpy.types.MeshStatVis.*",                "modeling/meshes/mesh_analysis.html"),
+
     # *** Cycles ***
     ("bpy.types.CyclesRenderSettings.dicing_rate",         "render/cycles/settings/integrator.html#subdivision-rate"),
     ("bpy.types.CyclesRenderSettings.preview_dicing_rate", "render/cycles/settings/integrator.html#subdivision-rate"),
@@ -502,7 +505,7 @@ url_manual_mapping = (
     # Other
     ("bpy.types.ShaderNodeGroup.*",           "editors/node_editor/nodes/groups.html"),
     ("bpy.types.ShaderNode*",                 "render/cycles/nodes"),  # Catch all
-    ("bpy.types.ShaderNodeScript.*",          "render/cycles/osl.html"),
+    ("bpy.types.ShaderNodeScript.*",          "render/cycles/nodes/osl.html"),
 
     # *** Compositing Nodes ***
     # Input
@@ -688,11 +691,11 @@ url_manual_mapping = (
     # --- Particles ---
     ("bpy.types.Particle.*",                      "physics/particles"),
     ("bpy.types.ParticleBrush.*",                 "physics/particles/mode.html"),  # TODO - refine
-    ("bpy.types.ParticleDupliWeight.*",           "physics/particles/vertexgroups.html"),
+    ("bpy.types.ParticleDupliWeight.*",           "physics/particles/properties/vertexgroups.html"),
     ("bpy.types.ParticleEdit.*",                  "physics/particles/mode.html"),
-    ("bpy.types.ParticleFluidSettings.*",         "physics/particles/physics/fluid.html"),
-    ("bpy.types.ParticleHairKey.*",               "physics/particles/physics/keyed.html"),
-    ("bpy.types.ParticleKey.*",                   "physics/particles/physics/keyed.html"),
+    ("bpy.types.ParticleFluidSettings.*",         "physics/particles/properties/physics/fluid.html"),
+    ("bpy.types.ParticleHairKey.*",               "physics/particles/properties/physics/keyed.html"),
+    ("bpy.types.ParticleKey.*",                   "physics/particles/properties/physics/keyed.html"),
     ("bpy.types.ParticleSettings.*",              "physics/particles"),
     # ("bpy.types.ParticleSettingsTextureSlot.*", ""),  # TODO - manual has no place for this! XXX
     ("bpy.types.ParticleSystem.*",                "physics/particles"),  # TODO
@@ -701,15 +704,15 @@ url_manual_mapping = (
 
     ("bpy.types.PointCache.*",                "physics/baking.html"),
     ("bpy.types.PointCaches.*",               "physics/baking.html"),
-    ("bpy.types.BoidRule.*",                  "physics/particles/physics/boids.html"),
-    ("bpy.types.BoidRuleAverageSpeed.*",      "physics/particles/physics/boids.html"),
-    ("bpy.types.BoidRuleAvoid.*",             "physics/particles/physics/boids.html"),
-    ("bpy.types.BoidRuleAvoidCollision.*",    "physics/particles/physics/boids.html"),
-    ("bpy.types.BoidRuleFight.*",             "physics/particles/physics/boids.html"),
-    ("bpy.types.BoidRuleFollowLeader.*",      "physics/particles/physics/boids.html"),
-    ("bpy.types.BoidRuleGoal.*",              "physics/particles/physics/boids.html"),
-    ("bpy.types.BoidSettings.*",              "physics/particles/physics/boids.html"),
-    ("bpy.types.BoidState.*",                 "physics/particles/physics/boids.html"),
+    ("bpy.types.BoidRule.*",                  "physics/particles/properties/physics/boids.html"),
+    ("bpy.types.BoidRuleAverageSpeed.*",      "physics/particles/properties/physics/boids.html"),
+    ("bpy.types.BoidRuleAvoid.*",             "physics/particles/properties/physics/boids.html"),
+    ("bpy.types.BoidRuleAvoidCollision.*",    "physics/particles/properties/physics/boids.html"),
+    ("bpy.types.BoidRuleFight.*",             "physics/particles/properties/physics/boids.html"),
+    ("bpy.types.BoidRuleFollowLeader.*",      "physics/particles/properties/physics/boids.html"),
+    ("bpy.types.BoidRuleGoal.*",              "physics/particles/properties/physics/boids.html"),
+    ("bpy.types.BoidSettings.*",              "physics/particles/properties/physics/boids.html"),
+    ("bpy.types.BoidState.*",                 "physics/particles/properties/physics/boids.html"),
 
     # *** ID Subclasses ***
     ("bpy.types.Action.*",        "animation/actions.html"),
@@ -853,9 +856,11 @@ url_manual_mapping = (
 

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list