forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
leenkx/blender/lnx/logicnode/animation/LN_action_name.py
Normal file
12
leenkx/blender/lnx/logicnode/animation/LN_action_name.py
Normal file
@ -0,0 +1,12 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
class ActionNameNode(LnxLogicTreeNode):
|
||||
"""Stores the given action name."""
|
||||
bl_idname = 'LNActionNameNode'
|
||||
bl_label = 'Action Name'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_input('LnxNodeSocketAnimAction', 'Action')
|
||||
|
||||
self.add_output('LnxNodeSocketAnimAction', 'Action')
|
Reference in New Issue
Block a user