[Bf-extensions-cvs] [804fd7e] master: Fix last commmit

Aaron Carlisle noreply at git.blender.org
Tue Apr 19 18:49:11 CEST 2016


Commit: 804fd7e552dcbf8a31bb45bc87a4de597a4e50d0
Author: Aaron Carlisle
Date:   Tue Apr 19 12:49:03 2016 -0400
Branches: master
https://developer.blender.org/rBA804fd7e552dcbf8a31bb45bc87a4de597a4e50d0

Fix last commmit

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index fd14351..176e36a 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"),



More information about the Bf-extensions-cvs mailing list