NodeFrame(SpecialNode)

base classes — bpy_struct, Node, SpecialNode

class bpy.types.NodeFrame(SpecialNode)
label_size

Font size to use for displaying the label

Type :int in [8, 64], default 0
shrink

Shrink the frame to minimal bounding box

Type :boolean, default False
classmethod get_node_type()

Get the identifier of the node type

Returns:Result
Return type:string, (never None)

Inherited Properties

Inherited Functions

Previous topic

Node(bpy_struct)

Next topic

NodeGroup(SpecialNode)