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.
This commit is contained in:
Dalai Felinto 2019-06-28 09:53:39 -03:00
parent 0519bb584b
commit 30d65c326a
1 changed files with 1 additions and 1 deletions

View File

@ -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