Node StoreNamedAttribute#

Geometry node name: Store Named Attribute
Blender type: Store Named Attribute

go to index

Initialization#

from geonodes import nodes
node = nodes.StoreNamedAttribute(geometry=None, name=None, value=None, data_type='FLOAT', domain='POINT', label=None, node_color=None)

Arguments#

Input sockets#

  • geometry : Geometry

  • name : String

  • value : data_type dependant

Parameters#

  • data_type : str (default = ‘FLOAT’) in (‘FLOAT’, ‘INT’, ‘FLOAT_VECTOR’, ‘FLOAT_COLOR’, ‘BYTE_COLOR’, ‘BOOLEAN’)

  • domain : str (default = ‘POINT’) in (‘POINT’, ‘EDGE’, ‘FACE’, ‘CORNER’, ‘CURVE’, ‘INSTANCE’)

Node label#

  • label : Geometry node display label (default=None)

  • node_color : Geometry node color (default=None)

Data type dependant sockets#

  • Driving parameter : data_type in (‘FLOAT’, ‘INT’, ‘FLOAT_VECTOR’, ‘FLOAT_COLOR’, ‘BYTE_COLOR’, ‘BOOLEAN’)

  • Input sockets : [‘value’]

  • Output sockets : []

Output sockets#

  • geometry : Geometry