forked from LeenkxTeam/LNXSDK
Repe [T3DU] Update - 31f26d171bba0355ce2a77031e3aad4c64dbc7e9
This commit is contained in:
11
leenkx/blender/lnx/logicnode/native/LN_get_assets.py
Normal file
11
leenkx/blender/lnx/logicnode/native/LN_get_assets.py
Normal file
@ -0,0 +1,11 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
class GetAssetsNode(LnxLogicTreeNode):
|
||||
""""""
|
||||
bl_idname = 'LNGetAssetsNode'
|
||||
bl_label = 'Get Assets'
|
||||
lnx_section = 'Assets'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_output('LnxNodeSocketArray', 'Assets')
|
||||
Reference in New Issue
Block a user