Update Files
This commit is contained in:
10
leenkx/blender/lnx/logicnode/object/LN_self_object.py
Normal file
10
leenkx/blender/lnx/logicnode/object/LN_self_object.py
Normal file
@ -0,0 +1,10 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
class SelfObjectNode(LnxLogicTreeNode):
|
||||
"""Returns the object that owns the trait."""
|
||||
bl_idname = 'LNSelfNode'
|
||||
bl_label = 'Self Object'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_output('LnxNodeSocketObject', 'Object')
|
Reference in New Issue
Block a user