Node UI: add support to show text-blocks in frames

Some node setups benefit from being documented like this.
This commit is contained in:
2015-01-29 21:56:32 +11:00
parent c44d7b0340
commit eb150ef337
4 changed files with 126 additions and 17 deletions

View File

@@ -299,6 +299,7 @@ class NODE_PT_active_node_generic(Panel):
layout.prop(node, "name", icon='NODE')
layout.prop(node, "label", icon='NODE')
layout.prop(node, "text")
class NODE_PT_active_node_color(Panel):