[Bf-extensions-cvs] [1afaa00] master: Missed tuple

Aaron Carlisle noreply at git.blender.org
Mon Apr 18 00:46:24 CEST 2016


Commit: 1afaa00ebb5f8a59b18004bbb3f04fd37123804d
Author: Aaron Carlisle
Date:   Sun Apr 17 18:45:16 2016 -0400
Branches: master
https://developer.blender.org/rBA1afaa00ebb5f8a59b18004bbb3f04fd37123804d

Missed tuple

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index d874371..b4adff0 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -362,7 +362,7 @@ url_manual_mapping = (
     # ("bpy.types.ShaderNodeCombineHSV.*",    ""),
     # ("bpy.types.ShaderNodeCombineRGB.*",    ""),
     ("bpy.types.ShaderNodeFresnel.*",         "render/cycles/nodes/more.html#fresnel"),
-    # ("bpy.types.ShaderNodeGamma.*", ""),
+    # ("bpy.types.ShaderNodeGamma.*",         ""),
     ("bpy.types.ShaderNodeGeometry.*",        "render/cycles/nodes/more.html#geometry"),
     ("bpy.types.ShaderNodeHairInfo.*",        "render/cycles/nodes/input.html#hair-info"),
     # ("bpy.types.ShaderNodeHueSaturation.*", ""),
@@ -672,7 +672,7 @@ url_manual_mapping = (
     ("bpy.ops.console.*",                 "editors/python_console.html"),
     ("bpy.ops.constraint.*",              "rigging/constraints"),
     ("bpy.ops.curve.*",                   "modeling/curves"),
-    ("bpy.ops.cycles.*",                  "manual/render/cycles")
+    ("bpy.ops.cycles.*",                  "manual/render/cycles"),
     ("bpy.ops.dpaint.*",                  "physics/dynamic_paint"),
     # ("bpy.ops.ed.*",                    ""), # TODO, this is for internal use only?
     # ("bpy.ops.export_anim.*",           ""), # TODO



More information about the Bf-extensions-cvs mailing list