added support for variables in nodes, and crated Renamer in basic nodes which can use variables to rename a file

This commit is contained in:
reven
2021-11-23 22:26:15 +13:00
parent 761b82dbff
commit 962fe7959c
21 changed files with 313 additions and 38 deletions

View File

@@ -1,17 +1,17 @@
[
{
"Name": "BasicNodes",
"Version": "0.0.1.9",
"Version": "0.0.1.10",
"Package": "https://github.com/revenz/FileFlowsPlugins/blob/master/Builds/BasicNodes.zip?raw=true"
},
{
"Name": "MetaNodes",
"Version": "0.0.1.9",
"Version": "0.0.1.10",
"Package": "https://github.com/revenz/FileFlowsPlugins/blob/master/Builds/MetaNodes.zip?raw=true"
},
{
"Name": "VideoNodes",
"Version": "0.0.1.9",
"Version": "0.0.1.10",
"Package": "https://github.com/revenz/FileFlowsPlugins/blob/master/Builds/VideoNodes.zip?raw=true"
}
]