Node Handle Type Selection#

from geonodes import nodes

node = nodes.HandleTypeSelection(handle_type='AUTO', mode={'RIGHT', 'LEFT'})

Blender Image

Args:#

Node parameter arguments:#

  • handle_type (str): default = ‘AUTO’ in (‘FREE’, ‘AUTO’, ‘VECTOR’, ‘ALIGN’)

  • mode (set): default = {‘RIGHT’, ‘LEFT’}

Output sockets:#

Implementation#

Class or method name

Definition

ControlPoint

handle_type_selection_node

def handle_type_selection_node(self, handle_type='AUTO', mode={'RIGHT', 'LEFT'}):

handle_type_selection

def handle_type_selection(self, left=True, right=True, handle_type='AUTO'):

handle_type_selection

def handle_type_selection_free(self, left=True, right=True):

handle_type_selection

def handle_type_selection_auto(self, left=True, right=True):

handle_type_selection

def handle_type_selection_vector(self, left=True, right=True):

handle_type_selection

def handle_type_selection_align(self, left=True, right=True):

Go to top - main - nodes - nodes menus