[Bf-extensions-cvs] [012fbbf] master: Update Links to Blender Manual/ Clean up

Aaron Carlisle noreply at git.blender.org
Tue Jan 19 15:32:25 CET 2016


Commit: 012fbbf3004306edd75c9bb95ee48f9e70f3d7e0
Author: Aaron Carlisle
Date:   Tue Jan 19 09:11:31 2016 -0500
Branches: master
https://developer.blender.org/rBA012fbbf3004306edd75c9bb95ee48f9e70f3d7e0

Update Links to Blender Manual/ Clean up

Differential Revision: https://developer.blender.org/D1740

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 1ad03d4..a9238f8 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -120,7 +120,7 @@ url_manual_mapping = (
     ("bpy.types.WarpModifier.*",          "modeling/modifiers/deform/warp.html"),
     ("bpy.types.WaveModifier.*",          "modeling/modifiers/deform/wave.html"),
     # --- Simulate Modifiers ---
-    ("bpy.types.ClothModifier.*",             "physics/cloth.html"),
+    ("bpy.types.ClothModifier.*",             "physics/cloth"),
     ("bpy.types.CollisionModifier.*",         "physics/collision.html"),
     ("bpy.types.DynamicPaintModifier.*",      "physics/dynamic_paint"),
     ("bpy.types.ExplodeModifier.*",           "modeling/modifiers/simulate/explode.html"),
@@ -132,8 +132,12 @@ url_manual_mapping = (
     ("bpy.types.SoftBodyModifier.*",          "physics/soft_body"),
 
     # *** Constraints ***
-    ("bpy.types.Constraint.*", "rigging/constraints"),
-    ("bpy.types.Constraint.mute", "rigging/constraints/the_stack.html"),  # others could be added here?
+    ("bpy.types.Constraint.*",                "rigging/constraints"),
+    ("bpy.types.Constraint.mute",             "rigging/constraints/interface/the_stack.html"),  # others could be added here?
+    # --- Motion Tracking Constraints ---
+    ("bpy.types.FollowTrackConstraint.*",     "rigging/constraints/motion_tracking/follow_track.html"),
+    ("bpy.types.ObjectSolverConstraint.*",    "rigging/constraints/motion_tracking/object_solver.html"),
+    ("bpy.types.CameraSolverConstraint.*",    "rigging/constraints/motion_tracking/camera_solver.html"),
     # --- Transform Constraints ---
     ("bpy.types.CopyLocationConstraint.*",    "rigging/constraints/transform/copy_location.html"),
     ("bpy.types.CopyRotationConstraint.*",    "rigging/constraints/transform/copy_rotation.html"),
@@ -146,90 +150,87 @@ url_manual_mapping = (
     ("bpy.types.MaintainVolumeConstraint.*",  "rigging/constraints/transform/maintain_volume.html"),
     ("bpy.types.TransformConstraint.*",       "rigging/constraints/transform/transformation.html"),
     # --- Tracking Constraints ---
-    ("bpy.types.ClampToConstraint.*",      "rigging/constraints/tracking/clamp_to.html"),
-    ("bpy.types.DampedTrackConstraint.*",  "rigging/constraints/tracking/damped_track.html"),
-    ("bpy.types.KinematicConstraint.*",    "rigging/constraints/tracking/ik_solver.html"),
-    ("bpy.types.LockedTrackConstraint.*",  "rigging/constraints/tracking/locked_track.html"),
-    ("bpy.types.SplineIKConstraint.*",     "rigging/constraints/tracking/spline_ik.html"),
-    ("bpy.types.StretchToConstraint.*",    "rigging/constraints/tracking/stretch_to.html"),
-    ("bpy.types.TrackToConstraint.*",      "rigging/constraints/tracking/track_to.html"),
+    ("bpy.types.ClampToConstraint.*",         "rigging/constraints/tracking/clamp_to.html"),
+    ("bpy.types.DampedTrackConstraint.*",     "rigging/constraints/tracking/damped_track.html"),
+    ("bpy.types.KinematicConstraint.*",       "rigging/constraints/tracking/ik_solver.html"),
+    ("bpy.types.LockedTrackConstraint.*",     "rigging/constraints/tracking/locked_track.html"),
+    ("bpy.types.SplineIKConstraint.*",        "rigging/constraints/tracking/spline_ik.html"),
+    ("bpy.types.StretchToConstraint.*",       "rigging/constraints/tracking/stretch_to.html"),
+    ("bpy.types.TrackToConstraint.*",         "rigging/constraints/tracking/track_to.html"),
     # --- Relationship Constraints ---
     ("bpy.types.ActionConstraint.*",          "rigging/constraints/relationship/action.html"),
-    ("bpy.types.CameraSolverConstraint.*",    "editors/movie_clip_editor"),  # not exact match
     ("bpy.types.ChildOfConstraint.*",         "rigging/constraints/relationship/action.html"),
     ("bpy.types.FloorConstraint.*",           "rigging/constraints/relationship/child_of.html"),
-    ("bpy.types.FollowPathConstraint.*",      "rigging/constraints/relationship/floor.html"),
-    ("bpy.types.FollowTrackConstraint.*",     "rigging/constraints/relationship/follow_path.html"),
-    ("bpy.types.ObjectSolverConstraint.*",    "editors/movie_clip_editor"),  # not exact match
+    ("bpy.types.FollowPathConstraint.*",      "rigging/constraints/relationship/follow_path.html"),
     ("bpy.types.PivotConstraint.*",           "rigging/constraints/relationship/pivot.html"),
-    ("bpy.types.PythonConstraint.*",          "rigging/constraints/relationship/script.html"),
     ("bpy.types.RigidBodyJointConstraint.*",  "rigging/constraints/relationship/rigid_body_joint.html"),
     ("bpy.types.ShrinkwrapConstraint.*",      "rigging/constraints/relationship/shrinkwrap.html"),
 
-    ("bpy.types.ImageFormatSettings.*",  "data_system/files/image_formats.html"),
-    ("bpy.types.RenderSettings.filepath",  "render/output/output.html#output-panel"),
+    # *** Render Settings ***
+    ("bpy.types.ImageFormatSettings.*",        "data_system/files/image_formats.html"),
+    ("bpy.types.RenderSettings.filepath",      "render/output/output.html#output-panel"),
     ("bpy.types.RenderSettings.display_mode",  "render/output/display.html#displaying-renders"),
-    ("bpy.types.RenderSettings.*",       "render"),  # catchall, todo - refine
+    ("bpy.types.RenderSettings.*",             "render"),  # catchall, todo - refine
 
     # *** ID Subclasses ***
-    ("bpy.types.Action.*", "animation/actions.html"),
-    #("bpy.types.Brush.*", ""),  # TODO - manual has no place for this! XXX
-    ("bpy.types.Curve.*", "modeling/curves"),
-    ("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/shape_keys.html"), # not an id but include because of key
-    ("bpy.types.Key.*", "animation/shape_keys.html"),
-    #("bpy.types.Lattice.*", ""), # TODO - manual has no place for this! XXX
-    ("bpy.types.Library.*", "data_system/linked_libraries.html"),
-    #("bpy.types.Mask.*", ""), # TODO - manual has no place for this! XXX
+    ("bpy.types.Action.*",        "animation/actions.html"),
+    #("bpy.types.Brush.*", ""),   # TODO - manual has no place for this! XXX
+    ("bpy.types.Curve.*",         "modeling/curves"),
+    ("bpy.types.GreasePencil.*",  "interface/grease_pencil/index.html"),
+    ("bpy.types.Group.*",         "editors/3dview/groups.html"),
+    ("bpy.types.Image.*",         "render/blender_render/textures/types/image.html"),
+    ("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.*", ""),  # TODO - manual has no place for this! XXX
+    ("bpy.types.Library.*",       "data_system/linked_libraries.html"),
+    #("bpy.types.Mask.*", ""),     # TODO - manual has no place for this! XXX
+
     # *** Materials (blender internal) ***
-    ("bpy.types.Material.diffuse*", "render/blender_render/materials/properties/diffuse_shaders.html"),
+    ("bpy.types.Material.diffuse*",  "render/blender_render/materials/properties/diffuse_shaders.html"),
     ("bpy.types.Material.specular*", "render/blender_render/materials/properties/specular_shaders.html"),
-    ("bpy.types.Material.ambient*", "render/blender_render/materials/properties/shading.html"),
+    ("bpy.types.Material.ambient*",  "render/blender_render/materials/properties/shading.html"),
     ("bpy.types.Material.preview_render_type", "render/blender_render/materials/properties/preview.html"),
-    ("bpy.types.Material.*", "render/blender_render"),  # catchall, until the section is filled in
-
+    ("bpy.types.Material.*",                   "render/blender_render"),  # catchall, until the section is filled in
     # ("bpy.types.MaterialSlot.link", "render/blender_render/materials/options.html#material-naming_and_linking"),  # TODO, T42839
-    ("bpy.types.MaterialVolume.*", "render/blender_render/materials/special_effects/volume.html"),
-    ("bpy.types.MaterialHalo.*", "render/blender_render/materials/special_effects/halo.html"),
-    ("bpy.types.MaterialStrand.*", "render/blender_render/materials/properties/strands.html"),
-    ("bpy.types.MaterialSubsurfaceScattering.*", "render/blender_render/materials/properties/subsurface_scattering.html"),
-    ("bpy.types.MaterialRaytraceMirror.*", "render/blender_render/materials/properties/mirror.html"),
-    ("bpy.types.MaterialRaytraceTransparency.*", "render/blender_render/materials/properties/transparency.html#raytraced-transparency"),
+    ("bpy.types.MaterialVolume.*",    "render/blender_render/materials/special_effects/volume.html"),
+    ("bpy.types.MaterialHalo.*",      "render/blender_render/materials/special_effects/halo.html"),
+    ("bpy.types.MaterialStrand.*",    "render/blender_render/materials/properties/strands.html"),
+    ("bpy.types.MaterialSubsurfaceScattering.*",  "render/blender_render/materials/properties/subsurface_scattering.html"),
+    ("bpy.types.MaterialRaytraceMirror.*",        "render/blender_render/materials/properties/mirror.html"),
+    ("bpy.types.MaterialRaytraceTransparency.*",  "render/blender_render/materials/properties/transparency.html#raytraced-transparency"),
     # ... todo, many more options
-    ("bpy.types.MovieClip.*", "editors/movie_clip_editor/index.html#movie-clip_editor.html"),
-    ("bpy.types.MovieTrackingCamera.*", "editors/movie_clip_editor/index.html#camera-data_panel"),
+    ("bpy.types.MovieClip.*",                  "editors/movie_clip_editor/index.html"),
+    ("bpy.types.MovieTrackingCamera.*",        "editors/movie_clip_editor/tracking/clip.html#tools-available-in-reconstruction-mode"),
     ("bpy.types.MovieTrackingStabilization.*", "editors/movie_clip_editor/index.html#tools-available-in-reconstruction-mode"),
-    ("bpy.types.MovieTrackingTrack*", "editors/movie_clip_editor/index.html#tools-available-in-tracking-mode"),
-    ("bpy.types.MovieTracking*", "editors/movie_clip_editor"),
-    ("bpy.types.SpaceClipEditor.*", "editors/movie_clip_editor/index.html#movie-clip-editor"),
-    ("bpy.types

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list