Node Slice String#

from geonodes import nodes

node = nodes.SliceString(string=None, position=None, length=None)

Blender Image

Args:#

Input socket arguments:#

Output sockets:#

Implementation#

Class or method name

Definition

String

slice

def slice(self, position=None, length=None):

Global functions

slice_string

def slice_string(string=None, position=None, length=None):

Go to top - main - nodes - nodes menus