Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-addons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-addons
Commits
95c3f6f8
Commit
95c3f6f8
authored
9 years ago
by
Campbell Barton
Committed by
Sergey Sharybin
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update for 2.76 docs
parent
15aca000
No related branches found
Branches containing commit
Tags
v2.73-rc1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/rna_manual_reference.py
+31
-31
31 additions, 31 deletions
modules/rna_manual_reference.py
with
31 additions
and
31 deletions
modules/rna_manual_reference.py
+
31
−
31
View file @
95c3f6f8
...
@@ -174,12 +174,12 @@ url_manual_mapping = (
...
@@ -174,12 +174,12 @@ url_manual_mapping = (
(
"
bpy.types.TrackToConstraint.*
"
,
"
rigging/constraints/tracking/track_to.html
"
),
(
"
bpy.types.TrackToConstraint.*
"
,
"
rigging/constraints/tracking/track_to.html
"
),
# --- Relationship Constraints ---
# --- Relationship Constraints ---
(
"
bpy.types.ActionConstraint.*
"
,
"
rigging/constraints/relationship/action.html
"
),
(
"
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.ChildOfConstraint.*
"
,
"
rigging/constraints/relationship/action.html
"
),
(
"
bpy.types.FloorConstraint.*
"
,
"
rigging/constraints/relationship/child_of.html
"
),
(
"
bpy.types.FloorConstraint.*
"
,
"
rigging/constraints/relationship/child_of.html
"
),
(
"
bpy.types.FollowPathConstraint.*
"
,
"
rigging/constraints/relationship/floor.html
"
),
(
"
bpy.types.FollowPathConstraint.*
"
,
"
rigging/constraints/relationship/floor.html
"
),
(
"
bpy.types.FollowTrackConstraint.*
"
,
"
rigging/constraints/relationship/follow_path.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.PivotConstraint.*
"
,
"
rigging/constraints/relationship/pivot.html
"
),
(
"
bpy.types.PythonConstraint.*
"
,
"
rigging/constraints/relationship/script.html
"
),
(
"
bpy.types.PythonConstraint.*
"
,
"
rigging/constraints/relationship/script.html
"
),
(
"
bpy.types.RigidBodyJointConstraint.*
"
,
"
rigging/constraints/relationship/rigid_body_joint.html
"
),
(
"
bpy.types.RigidBodyJointConstraint.*
"
,
"
rigging/constraints/relationship/rigid_body_joint.html
"
),
...
@@ -217,24 +217,24 @@ url_manual_mapping = (
...
@@ -217,24 +217,24 @@ url_manual_mapping = (
(
"
bpy.types.MaterialRaytraceMirror.*
"
,
"
render/blender_render/materials/properties/mirror.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.MaterialRaytraceTransparency.*
"
,
"
render/blender_render/materials/properties/transparency.html#raytraced-transparency
"
),
# ... todo, many more options
# ... todo, many more options
(
"
bpy.types.MovieClip.*
"
,
"
motion_tracking
/index.html#movie-clip_editor.html
"
),
(
"
bpy.types.MovieClip.*
"
,
"
editors/movie_clip_editor
/index.html#movie-clip_editor.html
"
),
(
"
bpy.types.MovieTrackingCamera.*
"
,
"
motion_tracking
/index.html#camera-data_panel
"
),
(
"
bpy.types.MovieTrackingCamera.*
"
,
"
editors/movie_clip_editor
/index.html#camera-data_panel
"
),
(
"
bpy.types.MovieTrackingStabilization.*
"
,
"
motion_tracking
/index.html#tools-available-in-reconstruction-mode
"
),
(
"
bpy.types.MovieTrackingStabilization.*
"
,
"
editors/movie_clip_editor
/index.html#tools-available-in-reconstruction-mode
"
),
(
"
bpy.types.MovieTrackingTrack*
"
,
"
motion_tracking
/index.html#tools-available-in-tracking-mode
"
),
(
"
bpy.types.MovieTrackingTrack*
"
,
"
editors/movie_clip_editor
/index.html#tools-available-in-tracking-mode
"
),
(
"
bpy.types.MovieTracking*
"
,
"
motion_tracking
"
),
(
"
bpy.types.MovieTracking*
"
,
"
editors/movie_clip_editor
"
),
(
"
bpy.types.SpaceClipEditor.*
"
,
"
motion_tracking
/index.html#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.ColorManaged*
"
,
"
render/post_process/cm_and_exposure.html
"
),
#("bpy.types.NodeTree.*", ""), # dont document
#("bpy.types.NodeTree.*", ""), # dont document
(
"
bpy.types.Object.*
"
,
"
modeling/objects
"
),
# catchall, todo - refine
(
"
bpy.types.Object.*
"
,
"
modeling/objects
"
),
# catchall, todo - refine
(
"
bpy.types.ParticleSettings.*
"
,
"
physics/particles
"
),
(
"
bpy.types.ParticleSettings.*
"
,
"
physics/particles
"
),
(
"
bpy.types.Scene.*
"
,
"
getting_started/basics/
interface/scenes.html
"
),
(
"
bpy.types.Scene.*
"
,
"
interface/scenes.html
"
),
(
"
bpy.types.Screen.*
"
,
"
getting_started/basics/
interface/screens.html
"
),
(
"
bpy.types.Screen.*
"
,
"
interface/screens.html
"
),
#("bpy.types.Sound.*", ""), # TODO - manual has no place for this! XXX
#("bpy.types.Sound.*", ""), # TODO - manual has no place for this! XXX
#("bpy.types.Speaker.*", ""), # TODO - manual has no place for this! XXX
#("bpy.types.Speaker.*", ""), # TODO - manual has no place for this! XXX
(
"
bpy.types.Text.*
"
,
"
e
xtensions/python
/text_editor.html
"
),
(
"
bpy.types.Text.*
"
,
"
e
ditors
/text_editor.html
"
),
(
"
bpy.types.Texture.*
"
,
"
render/blender_render/textures
"
),
(
"
bpy.types.Texture.*
"
,
"
render/blender_render/textures
"
),
(
"
bpy.types.VectorFont.*
"
,
"
modeling/texts
"
),
(
"
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.World.*
"
,
"
render/blender_render/world
"
),
(
"
bpy.types.WorldLighting.*ao*
"
,
"
render/blender_render/lighting/ambient_occlusion.html
"
),
(
"
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.*ambient*
"
,
"
render/blender_render/lighting/ambient_occlusion.html
"
),
...
@@ -252,7 +252,7 @@ url_manual_mapping = (
...
@@ -252,7 +252,7 @@ url_manual_mapping = (
# Currently all manual links on all sockets and values (such as Fac, Roughness, Color...) are NodeSocket* type.
# 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
# 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 ***
# *** Cycles Material Nodes ***
# Outputs
# Outputs
...
@@ -329,7 +329,7 @@ url_manual_mapping = (
...
@@ -329,7 +329,7 @@ url_manual_mapping = (
(
"
bpy.types.ShaderNodeWavelength.*
"
,
"
render/cycles/nodes/more.html#wavelength
"
),
(
"
bpy.types.ShaderNodeWavelength.*
"
,
"
render/cycles/nodes/more.html#wavelength
"
),
(
"
bpy.types.ShaderNodeWireframe.*
"
,
"
render/cycles/nodes/more.html#wireframe
"
),
(
"
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.ShaderNode*
"
,
"
render/cycles/nodes
"
),
(
"
bpy.types.ShaderNodeScript.*
"
,
"
render/cycles/osl.html
"
),
(
"
bpy.types.ShaderNodeScript.*
"
,
"
render/cycles/osl.html
"
),
...
@@ -420,7 +420,7 @@ url_manual_mapping = (
...
@@ -420,7 +420,7 @@ url_manual_mapping = (
(
"
bpy.types.CompositorNodeTransform.*
"
,
"
composite_nodes/types/distort/transform.html
"
),
(
"
bpy.types.CompositorNodeTransform.*
"
,
"
composite_nodes/types/distort/transform.html
"
),
(
"
bpy.types.CompositorNodeTranslate.*
"
,
"
composite_nodes/types/distort/translate.html
"
),
(
"
bpy.types.CompositorNodeTranslate.*
"
,
"
composite_nodes/types/distort/translate.html
"
),
#Other
#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.CompositorNode*
"
,
"
composite_nodes/types
"
),
# catch anything else
(
"
bpy.types.ColorRamp*
"
,
"
render/blender_render/materials/properties/ramps.html
"
),
(
"
bpy.types.ColorRamp*
"
,
"
render/blender_render/materials/properties/ramps.html
"
),
...
@@ -441,7 +441,7 @@ url_manual_mapping = (
...
@@ -441,7 +441,7 @@ url_manual_mapping = (
# --- Animation ---
# --- Animation ---
(
"
bpy.types.Keyframe.*
"
,
"
animation/basics/actions.html
"
),
(
"
bpy.types.Keyframe.*
"
,
"
animation/basics/actions.html
"
),
(
"
bpy.types.FCurve.*
"
,
"
animation/
editors/graph/fcurves.html
"
),
(
"
bpy.types.FCurve.*
"
,
"
editors/graph
_editor
/fcurves.html
"
),
# --- Rigging ---
# --- Rigging ---
(
"
bpy.types.Bone.*
"
,
"
rigging/armatures/bones.html
"
),
(
"
bpy.types.Bone.*
"
,
"
rigging/armatures/bones.html
"
),
...
@@ -454,7 +454,7 @@ url_manual_mapping = (
...
@@ -454,7 +454,7 @@ url_manual_mapping = (
(
"
bpy.types.Texture.*
"
,
"
render/blender_render/textures
"
),
(
"
bpy.types.Texture.*
"
,
"
render/blender_render/textures
"
),
# *** Spaces ***
# *** Spaces ***
(
"
bpy.types.SpaceView3D.*
"
,
"
getting_started/basics/navigating
"
),
(
"
bpy.types.SpaceView3D.*
"
,
"
editors/3dview
"
),
# === Operators ===
# === Operators ===
# Catch all only for now!
# Catch all only for now!
...
@@ -465,11 +465,11 @@ url_manual_mapping = (
...
@@ -465,11 +465,11 @@ url_manual_mapping = (
(
"
bpy.ops.armature.*
"
,
"
rigging/armatures.html
"
),
(
"
bpy.ops.armature.*
"
,
"
rigging/armatures.html
"
),
(
"
bpy.ops.boid.*
"
,
"
physics/particles/physics/boids.html
"
),
(
"
bpy.ops.boid.*
"
,
"
physics/particles/physics/boids.html
"
),
# ("bpy.ops.brush.*", ""), # TODO
# ("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.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.cloth.*
"
,
"
physics/cloth.html
"
),
(
"
bpy.ops.console.*
"
,
"
e
xtension
s/python
/
console.html
"
),
(
"
bpy.ops.console.*
"
,
"
e
ditor
s/python
_
console.html
"
),
(
"
bpy.ops.constraint.*
"
,
"
rigging/constraints
"
),
(
"
bpy.ops.constraint.*
"
,
"
rigging/constraints
"
),
(
"
bpy.ops.curve.*
"
,
"
modeling/curves
"
),
(
"
bpy.ops.curve.*
"
,
"
modeling/curves
"
),
(
"
bpy.ops.dpaint.*
"
,
"
physics/dynamic_paint
"
),
(
"
bpy.ops.dpaint.*
"
,
"
physics/dynamic_paint
"
),
...
@@ -481,7 +481,7 @@ url_manual_mapping = (
...
@@ -481,7 +481,7 @@ url_manual_mapping = (
(
"
bpy.ops.fluid.*
"
,
"
physics/fluid
"
),
(
"
bpy.ops.fluid.*
"
,
"
physics/fluid
"
),
(
"
bpy.ops.font.*
"
,
"
modeling/texts
"
),
(
"
bpy.ops.font.*
"
,
"
modeling/texts
"
),
(
"
bpy.ops.gpencil.*
"
,
"
grease_pencil
"
),
(
"
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.group.*
"
,
"
modeling/objects/groups_and_parenting.html#grouping-objects
"
),
(
"
bpy.ops.image.*
"
,
"
render/blender_render/textures/types/image.html
"
),
(
"
bpy.ops.image.*
"
,
"
render/blender_render/textures/types/image.html
"
),
# ("bpy.ops.import_anim.*", ""), # TODO
# ("bpy.ops.import_anim.*", ""), # TODO
...
@@ -508,7 +508,7 @@ url_manual_mapping = (
...
@@ -508,7 +508,7 @@ url_manual_mapping = (
(
"
bpy.ops.mesh.bisect
"
,
"
modeling/meshes/editing/subdividing/bisect.html
"
),
(
"
bpy.ops.mesh.bisect
"
,
"
modeling/meshes/editing/subdividing/bisect.html
"
),
(
"
bpy.ops.mball.*
"
,
"
modeling/metas
"
),
(
"
bpy.ops.mball.*
"
,
"
modeling/metas
"
),
(
"
bpy.ops.mesh.*
"
,
"
modeling/meshes
"
),
(
"
bpy.ops.mesh.*
"
,
"
modeling/meshes
"
),
(
"
bpy.ops.nla.*
"
,
"
animation/
editors/nla.html
"
),
(
"
bpy.ops.nla.*
"
,
"
editors/nla.html
"
),
# ("bpy.ops.node.*", ""), # TODO
# ("bpy.ops.node.*", ""), # TODO
(
"
bpy.ops.object.*shape_key*
"
,
"
animation/techs/shape/shape_keys.html
"
),
(
"
bpy.ops.object.*shape_key*
"
,
"
animation/techs/shape/shape_keys.html
"
),
(
"
bpy.ops.object.join_shapes
"
,
"
animation/techs/shape/shape_keys.html
"
),
(
"
bpy.ops.object.join_shapes
"
,
"
animation/techs/shape/shape_keys.html
"
),
...
@@ -523,27 +523,27 @@ url_manual_mapping = (
...
@@ -523,27 +523,27 @@ url_manual_mapping = (
(
"
bpy.ops.render.play-rendered-anim
"
,
"
render/display.html#animation-playback
"
),
(
"
bpy.ops.render.play-rendered-anim
"
,
"
render/display.html#animation-playback
"
),
(
"
bpy.ops.render.*
"
,
"
render
"
),
# catchall
(
"
bpy.ops.render.*
"
,
"
render
"
),
# catchall
(
"
bpy.ops.scene.*
"
,
"
getting_started/basics/
interface/scenes.html
"
),
(
"
bpy.ops.scene.*
"
,
"
interface/scenes.html
"
),
(
"
bpy.ops.screen.*
"
,
"
getting_started/basics/
interface/window_system
"
),
(
"
bpy.ops.screen.*
"
,
"
interface/window_system
"
),
(
"
bpy.ops.script.*
"
,
"
extensions/python.html
"
),
(
"
bpy.ops.script.*
"
,
"
advanced/scripting
"
),
(
"
bpy.ops.sculpt.*
"
,
"
modeling/meshes/editing/sculpt_mode.html
"
),
(
"
bpy.ops.sculpt.*
"
,
"
modeling/meshes/editing/sculpt_mode.html
"
),
(
"
bpy.ops.sequencer.*
"
,
"
editors/sequencer
"
),
(
"
bpy.ops.sequencer.*
"
,
"
editors/sequencer
"
),
# ("bpy.ops.sketch.*", ""), # TODO
# ("bpy.ops.sketch.*", ""), # TODO
# ("bpy.ops.sound.*", ""), # TODO
# ("bpy.ops.sound.*", ""), # TODO
(
"
bpy.ops.surface.*
"
,
"
modeling/surfaces
"
),
(
"
bpy.ops.surface.*
"
,
"
modeling/surfaces
"
),
(
"
bpy.ops.text.*
"
,
"
e
xtensions/python
/text_editor.html
"
),
(
"
bpy.ops.text.*
"
,
"
e
ditors
/text_editor.html
"
),
(
"
bpy.ops.texture.*
"
,
"
render/blender_render/textures
"
),
(
"
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.edge_slide
"
,
"
modeling/meshes/editing/edges.html#edge-slide
"
),
(
"
bpy.ops.transform.vert_slide
"
,
"
modeling/meshes/editing/vertices.html#vertex-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.shrink_fatten
"
,
"
modeling/meshes/editing/deforming/shrink-fatten.html
"
),
(
"
bpy.ops.transform.push_pull
"
,
"
modeling/meshes/editing/deforming/push_pull.html
"
),
(
"
bpy.ops.transform.push_pull
"
,
"
modeling/meshes/editing/deforming/push_pull.html
"
),
(
"
bpy.ops.transform.*
"
,
"
getting_started/basics
/transform
ations
/transform_control
"
),
(
"
bpy.ops.transform.*
"
,
"
editors/3dview
/transform/transform_control
"
),
(
"
bpy.ops.ui.*
"
,
"
getting_started/basics/
interface
"
),
(
"
bpy.ops.ui.*
"
,
"
interface
"
),
(
"
bpy.ops.uv.*
"
,
"
render/blender_render/textures/mapping/uv/layout_editing.html
"
),
(
"
bpy.ops.uv.*
"
,
"
render/blender_render/textures/mapping/uv/layout_editing.html
"
),
# ("bpy.ops.view2d.*", ""), # TODO
# ("bpy.ops.view2d.*", ""), # TODO
(
"
bpy.ops.view3d.*
"
,
"
getting_started/basics
/navigat
ing
/3d_view.html
"
),
# this link is a bit arbitrary
(
"
bpy.ops.view3d.*
"
,
"
editors/3dview
/navigat
e
/3d_view.html
"
),
# this link is a bit arbitrary
(
"
bpy.ops.wm.*
"
,
"
getting_started/basics/
interface/window_system
"
),
(
"
bpy.ops.wm.*
"
,
"
interface/window_system
"
),
(
"
bpy.ops.world.*
"
,
"
render/blender_render/world
"
),
(
"
bpy.ops.world.*
"
,
"
render/blender_render/world
"
),
# === Tool Settings ===
# === Tool Settings ===
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment