Update Files
This commit is contained in:
11
leenkx/blender/lnx/logicnode/scene/LN_global_object.py
Normal file
11
leenkx/blender/lnx/logicnode/scene/LN_global_object.py
Normal file
@ -0,0 +1,11 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
class GlobalObjectNode(LnxLogicTreeNode):
|
||||
"""Gives access to a global object which can be used to share
|
||||
information between different traits."""
|
||||
bl_idname = 'LNGlobalObjectNode'
|
||||
bl_label = 'Global Object'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_output('LnxNodeSocketObject', 'Object')
|
Reference in New Issue
Block a user