Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-12-12 14:47:31 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-12-12 14:47:31 +0300
commit04d2e7af46e83fa2348808a47da4311d810fdb17 (patch)
tree6dcad7ed55c352a99ca291aa58382679cf9d81b1 /node_presets.py
parent8c39b5bfab49289b829bbd55f1033e524b6d6469 (diff)
addons: manual links, minor changes to match functional areas.
Diffstat (limited to 'node_presets.py')
-rw-r--r--node_presets.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/node_presets.py b/node_presets.py
index 9da8d1b6..2f65dd54 100644
--- a/node_presets.py
+++ b/node_presets.py
@@ -18,16 +18,16 @@
bl_info = {
"name": "Node Presets",
- "description": "Useful and time-saving tools for rendering workflow",
+ "description": "Useful and time-saving tools for node group workflow",
"author": "Campbell Barton",
"version": (1, 1),
"blender": (2, 80, 0),
- "location": "Node > Add Template",
- "description": "Adds node presets",
+ "location": "Node Editors > Add > Template",
+ "description": "Add node groups directly to the node editors",
"warning": "",
"wiki_url": "https://docs.blender.org/manual/en/dev/addons/"
- "render/node_presets.html",
- "category": "Render",
+ "node/node_presets.html",
+ "category": "Node",
}
import os