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