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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2019-06-28 15:53:39 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-06-28 15:57:16 +0300
commit30d65c326aaef310f8a949dc0e99f0e3a656d307 (patch)
tree07949ff2e509f76a6aaf5467f45378b87e4a8310 /release/scripts/templates_py
parent0519bb584bbc8bc933472ffd70cf8326b3599297 (diff)
Python Templates: Update Custom Nodes tooltip
Since we exposed the editors sub-types to the type editor selector, this template no longer shows in the head, but in the type editor selector.
Diffstat (limited to 'release/scripts/templates_py')
-rw-r--r--release/scripts/templates_py/custom_nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates_py/custom_nodes.py b/release/scripts/templates_py/custom_nodes.py
index 02dcaccbde4..ca9534e7cd3 100644
--- a/release/scripts/templates_py/custom_nodes.py
+++ b/release/scripts/templates_py/custom_nodes.py
@@ -7,7 +7,7 @@ from bpy.types import NodeTree, Node, NodeSocket
# Derived from the NodeTree base type, similar to Menu, Operator, Panel, etc.
class MyCustomTree(NodeTree):
# Description string
- '''A custom node tree type that will show up in the node editor header'''
+ '''A custom node tree type that will show up in the editor type list'''
# Optional identifier string. If not explicitly defined, the python class name is used.
bl_idname = 'CustomTreeType'
# Label for nice name display