forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
leenkx/blender/lnx/logicnode/variable/LN_dynamic.py
Normal file
11
leenkx/blender/lnx/logicnode/variable/LN_dynamic.py
Normal file
@ -0,0 +1,11 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
|
||||
class DynamicNode(LnxLogicVariableNodeMixin, LnxLogicTreeNode):
|
||||
"""Stores the given dynamic value (a value with an arbitrary type) as a variable."""
|
||||
bl_idname = 'LNDynamicNode'
|
||||
bl_label = 'Dynamic'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_output('LnxDynamicSocket', 'Dynamic', is_var=True)
|
Reference in New Issue
Block a user