forked from LeenkxTeam/LNXSDK
t3du - Add LN_array_index_list.py
This commit is contained in:
parent
939346c896
commit
5d559734b9
13
leenkx/blender/lnx/logicnode/array/LN_array_index_list.py
Normal file
13
leenkx/blender/lnx/logicnode/array/LN_array_index_list.py
Normal file
@ -0,0 +1,13 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
class ArrayIndexNode(LnxLogicTreeNode):
|
||||
"""Returns the array index list of the given value as an array."""
|
||||
bl_idname = 'LNArrayIndexListNode'
|
||||
bl_label = 'Array Index List'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_input('LnxNodeSocketArray', 'Array')
|
||||
self.add_input('LnxDynamicSocket', 'Value')
|
||||
|
||||
self.add_output('LnxNodeSocketArray', 'Array')
|
Loading…
x
Reference in New Issue
Block a user