Node CaptureAttribute#

Geometry node name: Capture Attribute
Blender type: Capture Attribute

go to index

Initialization#

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

Arguments#

Input sockets#

  • geometry : Geometry

  • value : data_type dependant

Parameters#

  • data_type : str (default = ‘FLOAT’) in (‘FLOAT’, ‘INT’, ‘FLOAT_VECTOR’, ‘FLOAT_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’, ‘BOOLEAN’)

  • Input sockets : [‘value’]

  • Output sockets : [‘attribute’]

Output sockets#

  • geometry : Geometry

  • attribute : data_type dependant