Update Files
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
|
||||
class CanvasGetPositionNode(LnxLogicTreeNode):
|
||||
"""TO DO."""
|
||||
bl_idname = 'LNCanvasGetPositionNode'
|
||||
bl_label = 'Get Canvas Position'
|
||||
lnx_section = 'elements_general'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_input('LnxStringSocket', 'Element')
|
||||
|
||||
self.add_output('LnxIntSocket', 'Position')
|
Reference in New Issue
Block a user