From 95c3f6f89dfe658cb4d7b95f23ecbce876e5447e Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Fri, 25 Sep 2015 00:40:35 +1000 Subject: [PATCH] Update for 2.76 docs --- modules/rna_manual_reference.py | 62 ++++++++++++++++----------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py index 9255aed6a..07a0c4c4e 100644 --- a/modules/rna_manual_reference.py +++ b/modules/rna_manual_reference.py @@ -174,12 +174,12 @@ url_manual_mapping = ( ("bpy.types.TrackToConstraint.*", "rigging/constraints/tracking/track_to.html"), # --- Relationship Constraints --- ("bpy.types.ActionConstraint.*", "rigging/constraints/relationship/action.html"), - ("bpy.types.CameraSolverConstraint.*", "motion_tracking"), # not exact match + ("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.*", "motion_tracking"), # not exact match + ("bpy.types.ObjectSolverConstraint.*", "editors/movie_clip_editor"), # not exact match ("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"), @@ -217,24 +217,24 @@ 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"), # ... todo, many more options - ("bpy.types.MovieClip.*", "motion_tracking/index.html#movie-clip_editor.html"), - ("bpy.types.MovieTrackingCamera.*", "motion_tracking/index.html#camera-data_panel"), - ("bpy.types.MovieTrackingStabilization.*", "motion_tracking/index.html#tools-available-in-reconstruction-mode"), - ("bpy.types.MovieTrackingTrack*", "motion_tracking/index.html#tools-available-in-tracking-mode"), - ("bpy.types.MovieTracking*", "motion_tracking"), - ("bpy.types.SpaceClipEditor.*", "motion_tracking/index.html#movie-clip-editor"), + ("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.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.ColorManaged*", "render/post_process/cm_and_exposure.html"), #("bpy.types.NodeTree.*", ""), # dont document ("bpy.types.Object.*", "modeling/objects"), # catchall, todo - refine ("bpy.types.ParticleSettings.*", "physics/particles"), - ("bpy.types.Scene.*", "getting_started/basics/interface/scenes.html"), - ("bpy.types.Screen.*", "getting_started/basics/interface/screens.html"), + ("bpy.types.Scene.*", "interface/scenes.html"), + ("bpy.types.Screen.*", "interface/screens.html"), #("bpy.types.Sound.*", ""), # TODO - manual has no place for this! XXX #("bpy.types.Speaker.*", ""), # TODO - manual has no place for this! XXX - ("bpy.types.Text.*", "extensions/python/text_editor.html"), + ("bpy.types.Text.*", "editors/text_editor.html"), ("bpy.types.Texture.*", "render/blender_render/textures"), ("bpy.types.VectorFont.*", "modeling/texts"), - ("bpy.types.WindowManager.*", "getting_started/basics/interface/window_system"), + ("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"), @@ -252,7 +252,7 @@ url_manual_mapping = ( # Currently all manual links on all sockets and values (such as Fac, Roughness, Color...) are NodeSocket* type. # It'd be much better if the name of the socket could be used for the manual reference - ("bpy.types.NodeSocket*", "composite_nodes/node_controls.html"), # no generic socket type page exists, but composite types are the same + ("bpy.types.NodeSocket*", "editors/node_editor/node_controls.html"), # no generic socket type page exists, but composite types are the same # *** Cycles Material Nodes *** # Outputs @@ -329,7 +329,7 @@ url_manual_mapping = ( ("bpy.types.ShaderNodeWavelength.*", "render/cycles/nodes/more.html#wavelength"), ("bpy.types.ShaderNodeWireframe.*", "render/cycles/nodes/more.html#wireframe"), - ("bpy.types.ShaderNodeGroup.*", "composite_nodes/node_groups.html"), + ("bpy.types.ShaderNodeGroup.*", "editors/node_editor/node_groups.html"), ("bpy.types.ShaderNode*", "render/cycles/nodes"), ("bpy.types.ShaderNodeScript.*", "render/cycles/osl.html"), @@ -420,7 +420,7 @@ url_manual_mapping = ( ("bpy.types.CompositorNodeTransform.*", "composite_nodes/types/distort/transform.html"), ("bpy.types.CompositorNodeTranslate.*", "composite_nodes/types/distort/translate.html"), #Other - ("bpy.types.CompositorNodeGroup.*", "composite_nodes/node_groups.html"), + ("bpy.types.CompositorNodeGroup.*", "editors/node_editor/node_groups.html"), ("bpy.types.CompositorNode*", "composite_nodes/types"), # catch anything else ("bpy.types.ColorRamp*", "render/blender_render/materials/properties/ramps.html"), @@ -441,7 +441,7 @@ url_manual_mapping = ( # --- Animation --- ("bpy.types.Keyframe.*", "animation/basics/actions.html"), - ("bpy.types.FCurve.*", "animation/editors/graph/fcurves.html"), + ("bpy.types.FCurve.*", "editors/graph_editor/fcurves.html"), # --- Rigging --- ("bpy.types.Bone.*", "rigging/armatures/bones.html"), @@ -454,7 +454,7 @@ url_manual_mapping = ( ("bpy.types.Texture.*", "render/blender_render/textures"), # *** Spaces *** - ("bpy.types.SpaceView3D.*", "getting_started/basics/navigating"), + ("bpy.types.SpaceView3D.*", "editors/3dview"), # === Operators === # Catch all only for now! @@ -465,11 +465,11 @@ url_manual_mapping = ( ("bpy.ops.armature.*", "rigging/armatures.html"), ("bpy.ops.boid.*", "physics/particles/physics/boids.html"), # ("bpy.ops.brush.*", ""), # TODO - ("bpy.ops.buttons.*", "getting_started/basics/interface/buttons_and_controls.html"), + ("bpy.ops.buttons.*", "interface/buttons_and_controls.html"), ("bpy.ops.camera.*", "render/camera"), - ("bpy.ops.clip.*", "motion_tracking/index.html#movie-clip-editor"), + ("bpy.ops.clip.*", "editors/movie_clip_editor/index.html#movie-clip-editor"), ("bpy.ops.cloth.*", "physics/cloth.html"), - ("bpy.ops.console.*", "extensions/python/console.html"), + ("bpy.ops.console.*", "editors/python_console.html"), ("bpy.ops.constraint.*", "rigging/constraints"), ("bpy.ops.curve.*", "modeling/curves"), ("bpy.ops.dpaint.*", "physics/dynamic_paint"), @@ -481,7 +481,7 @@ url_manual_mapping = ( ("bpy.ops.fluid.*", "physics/fluid"), ("bpy.ops.font.*", "modeling/texts"), ("bpy.ops.gpencil.*", "grease_pencil"), - ("bpy.ops.graph.*", "animation/editors/graph/fcurves.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"), # ("bpy.ops.import_anim.*", ""), # TODO @@ -508,7 +508,7 @@ url_manual_mapping = ( ("bpy.ops.mesh.bisect", "modeling/meshes/editing/subdividing/bisect.html"), ("bpy.ops.mball.*", "modeling/metas"), ("bpy.ops.mesh.*", "modeling/meshes"), - ("bpy.ops.nla.*", "animation/editors/nla.html"), + ("bpy.ops.nla.*", "editors/nla.html"), # ("bpy.ops.node.*", ""), # TODO ("bpy.ops.object.*shape_key*", "animation/techs/shape/shape_keys.html"), ("bpy.ops.object.join_shapes", "animation/techs/shape/shape_keys.html"), @@ -523,27 +523,27 @@ url_manual_mapping = ( ("bpy.ops.render.play-rendered-anim", "render/display.html#animation-playback"), ("bpy.ops.render.*", "render"), # catchall - ("bpy.ops.scene.*", "getting_started/basics/interface/scenes.html"), - ("bpy.ops.screen.*", "getting_started/basics/interface/window_system"), - ("bpy.ops.script.*", "extensions/python.html"), + ("bpy.ops.scene.*", "interface/scenes.html"), + ("bpy.ops.screen.*", "interface/window_system"), + ("bpy.ops.script.*", "advanced/scripting"), ("bpy.ops.sculpt.*", "modeling/meshes/editing/sculpt_mode.html"), ("bpy.ops.sequencer.*", "editors/sequencer"), # ("bpy.ops.sketch.*", ""), # TODO # ("bpy.ops.sound.*", ""), # TODO ("bpy.ops.surface.*", "modeling/surfaces"), - ("bpy.ops.text.*", "extensions/python/text_editor.html"), + ("bpy.ops.text.*", "editors/text_editor.html"), ("bpy.ops.texture.*", "render/blender_render/textures"), - ("bpy.ops.time.*", "animation/editors/timeline.html"), + ("bpy.ops.time.*", "editors/timeline.html"), ("bpy.ops.transform.edge_slide", "modeling/meshes/editing/edges.html#edge-slide"), ("bpy.ops.transform.vert_slide", "modeling/meshes/editing/vertices.html#vertex-slide"), ("bpy.ops.transform.shrink_fatten", "modeling/meshes/editing/deforming/shrink-fatten.html"), ("bpy.ops.transform.push_pull", "modeling/meshes/editing/deforming/push_pull.html"), - ("bpy.ops.transform.*", "getting_started/basics/transformations/transform_control"), - ("bpy.ops.ui.*", "getting_started/basics/interface"), + ("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.view2d.*", ""), # TODO - ("bpy.ops.view3d.*", "getting_started/basics/navigating/3d_view.html"), # this link is a bit arbitrary - ("bpy.ops.wm.*", "getting_started/basics/interface/window_system"), + ("bpy.ops.view3d.*", "editors/3dview/navigate/3d_view.html"), # this link is a bit arbitrary + ("bpy.ops.wm.*", "interface/window_system"), ("bpy.ops.world.*", "render/blender_render/world"), # === Tool Settings === -- GitLab