diff --git a/README.md b/README.md index f118799..a23a342 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,7 @@ If you want a particular folder only you can use http://kinolien.github.io/gitzi - **[Z2Normal](/Relight/Z2Normal/README.md)** : Generate a Normal Pass from a Z pass ### SB -- **[sb_lumakey](/SB/sb_lumakey/README.md)** : This PyPlug will perform a luminance key of your footage, based on a chosen color space. +- **[sb_LumaKey](/SB/sb_LumaKey/README.md)** : This PyPlug will perform a luminance key of your footage, based on a chosen color space. - **[sb_MatteEdge](/SB/sb_MatteEdge/README.md)** : This PyPlug creates an edge matte with control of both the outer and inner radius. diff --git a/SB/sb_lumakey/README.md b/SB/sb_lumakey/README.md index 342bc07..ac18a38 100644 --- a/SB/sb_lumakey/README.md +++ b/SB/sb_lumakey/README.md @@ -1,3 +1,3 @@ -# sb_lumakey +# sb_LumaKey This PyPlug will perform a luminance key of your footage, based on a chosen color space. \ No newline at end of file diff --git a/SB/sb_lumakey/sb_lumakey.py b/SB/sb_lumakey/sb_lumakey.py index 1a69a3e..478b9b9 100644 --- a/SB/sb_lumakey/sb_lumakey.py +++ b/SB/sb_lumakey/sb_lumakey.py @@ -2,7 +2,7 @@ # DO NOT EDIT THIS FILE # This file was automatically generated by Natron PyPlug exporter version 10. -# Hand-written code should be added in a separate file named sb_lumakeyExt.py +# Hand-written code should be added in a separate file named sb_LumaKeyExt.py # See http://natron.readthedocs.org/en/master/devel/groups.html#adding-hand-written-code-callbacks-etc # Note that Viewers are never exported @@ -11,21 +11,21 @@ # Try to import the extensions file where callbacks and hand-written code should be located. try: - from sb_lumakeyExt import * + from sb_LumaKeyExt import * except ImportError: pass def getPluginID(): - return "natron.community.plugins.sb_lumakey" + return "natron.community.plugins.sb_LumaKey" def getLabel(): - return "sb_lumakey" + return "sb_LumaKey" def getVersion(): return 1 def getIconPath(): - return "sb_lumakey.png" + return "sb_LumaKey.png" def getGrouping(): return "Community/SB" @@ -401,7 +401,7 @@ def createInstance(app,group): lastNode.sep102 = param del param - param = lastNode.createSeparatorParam("NAME", "sb_lumakey v1.0") + param = lastNode.createSeparatorParam("NAME", "sb_LumaKey v1.0") # Add the param to the page lastNode.Credits.addParam(param) @@ -1005,7 +1005,7 @@ def createInstance(app,group): del param try: - extModule = sys.modules["sb_lumakeyExt"] + extModule = sys.modules["sb_LumaKeyExt"] except KeyError: extModule = None if extModule is not None and hasattr(extModule ,"createInstanceExt") and hasattr(extModule.createInstanceExt,"__call__"): diff --git a/SB/sb_lumakey/sb_lumakey.xml b/SB/sb_lumakey/sb_lumakey.xml index f85cba7..f1e24d9 100644 --- a/SB/sb_lumakey/sb_lumakey.xml +++ b/SB/sb_lumakey/sb_lumakey.xml @@ -1,10 +1,10 @@ - sb_lumakey + sb_LumaKey This PyPlug will perform a luminance key of your footage, based on a chosen color space. 1.0 @DATE@ - natron.community.plugins.sb_lumakey + natron.community.plugins.sb_LumaKey script