Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2016-04-19 19:49:03 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2016-04-19 19:49:03 +0300
commit804fd7e552dcbf8a31bb45bc87a4de597a4e50d0 (patch)
treede909a3eee21b5dad2907fbfae4844763d0a525e
parenta16156da7fa947f054316b96b458e4442a64d48e (diff)
Fix last commmit
-rw-r--r--modules/rna_manual_reference.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index fd143516..176e36a6 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -333,11 +333,11 @@ url_manual_mapping = (
("bpy.types.WorldLighting.*", "render/blender_render/lighting/ambient_occlusion.html#gather"),
# *** 3D View ***
- ("bpy.types.GPUDOFSettings.*", "editors/3dview/display/shading.html#shading-panel"
- ("bpy.types.GPUFXSettings.*", "editors/3dview/display/shading.html#shading-panel"
- ("bpy.types.GPUSSAOSettings.*", "editors/3dview/display/shading.html#shading-panel"
- ("bpy.types.BackgroundImage.*", "editors/3dview/display/background_images.html")
- ("bpy.types.WalkNavigation.*", "editors/3dview/navigate/3d_view.html#walk-mode")
+ ("bpy.types.GPUDOFSettings.*", "editors/3dview/display/shading.html#shading-panel"),
+ ("bpy.types.GPUFXSettings.*", "editors/3dview/display/shading.html#shading-panel"),
+ ("bpy.types.GPUSSAOSettings.*", "editors/3dview/display/shading.html#shading-panel"),
+ ("bpy.types.BackgroundImage.*", "editors/3dview/display/background_images.html"),
+ ("bpy.types.WalkNavigation.*", "editors/3dview/navigate/3d_view.html#walk-mode"),
# *** Cycles ***
("bpy.types.CyclesRenderSettings.*", "render/cycles/settings/integrator.html"),
@@ -730,8 +730,8 @@ url_manual_mapping = (
("bpy.types.PoseBone.*", "rigging/posing"),
("bpy.types.ArmatureBones.*", "rigging/armatures/bones"),
("bpy.types.ArmatureEditBones.*", "armatures/editing"),
- ("bpy.types.Pose.*", "rigging/posing"
- ("bpy.types.PoseBoneConstraints.*", "rigging/posing/constraints.html"
+ ("bpy.types.Pose.*", "rigging/posing"),
+ ("bpy.types.PoseBoneConstraints.*", "rigging/posing/constraints.html"),
# --- World ---
("bpy.types.World.*", "render/blender_render/world"),