diff --git a/KnobScripter v3.0 User Guide.pdf b/KnobScripter v3.1 User Guide.pdf similarity index 62% rename from KnobScripter v3.0 User Guide.pdf rename to KnobScripter v3.1 User Guide.pdf index ba43e5d..8be879e 100644 Binary files a/KnobScripter v3.0 User Guide.pdf and b/KnobScripter v3.1 User Guide.pdf differ diff --git a/KnobScripter/info.py b/KnobScripter/info.py index 2c0c44c..b372820 100644 --- a/KnobScripter/info.py +++ b/KnobScripter/info.py @@ -1,6 +1,6 @@ """ Version/author information """ -__version__ = "3.0" +__version__ = "3.1" __author__ = "Adrian Pueyo" -__date__ = "Apr 25 2021" +__date__ = "Jan 15 2023" __mail__ = "pueyovfx@gmail.com" __web__ = "www.adrianpueyo.com" \ No newline at end of file diff --git a/README.md b/README.md index 0b1d656..9480f3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # KnobScripter -**KnobScripter v3.0** (or **KS3**) is a full script editor for Nuke that can script python on .py files and knobs as well as BlinkScript, with all the functionality from the default script editor in Nuke plus syntax helpers, predictions, snippets and other handy features. +**KnobScripter v3.1** (or **KS3**) is a full script editor for Nuke that can script python on .py files and knobs as well as BlinkScript, with all the functionality from the default script editor in Nuke plus syntax helpers, predictions, snippets and other handy features. **KS3** is the next major step for this tool, and it features a greatly optimized code, Python 3 compatibility, BlinkScript mode, a Code Gallery and many other features and fixes.