[Bf-extensions-cvs] [10cf082] master: Correct Syntax

Aaron Carlisle noreply at git.blender.org
Mon Apr 18 00:32:38 CEST 2016


Commit: 10cf08263941f4a2d646cca2d53543138a77ded2
Author: Aaron Carlisle
Date:   Sun Apr 17 18:32:00 2016 -0400
Branches: master
https://developer.blender.org/rBA10cf08263941f4a2d646cca2d53543138a77ded2

Correct Syntax

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index 752ed09..d874371 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -529,7 +529,7 @@ url_manual_mapping = (
     ("bpy.types.ColorBalanceModifier.*",   "editors/sequencer/strips/properties/modifiers.html"),
     ("bpy.types.CurvesModifier.*",         "editors/sequencer/strips/properties/modifiers.html"),
     ("bpy.types.HueCorrectModifier.*",     "editors/sequencer/strips/properties/modifiers.html"),
-    ("bpy.types.WhiteBalanceModifier.*",   "editors/sequencer/strips/properties/modifiers.html")
+    ("bpy.types.WhiteBalanceModifier.*",   "editors/sequencer/strips/properties/modifiers.html"),
     # ("bpy.types.SequenceColorBalanceData.*", ""),
     # ("py.types.SequenceCrop.*",              ""),
     # ("bpy.types.SequenceEditor.*",           ""),



More information about the Bf-extensions-cvs mailing list