Update Files
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
class GetChildrenNode(LnxLogicTreeNode):
|
||||
"""Returns the children of the given object."""
|
||||
bl_idname = 'LNGetChildrenNode'
|
||||
bl_label = 'Get Object Children'
|
||||
lnx_section = 'relations'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_input('LnxNodeSocketObject', 'Parent')
|
||||
|
||||
self.add_output('LnxNodeSocketArray', 'Children')
|
Reference in New Issue
Block a user