forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
16
leenkx/blender/lnx/logicnode/deprecated/LN_surface_coords.py
Normal file
16
leenkx/blender/lnx/logicnode/deprecated/LN_surface_coords.py
Normal file
@ -0,0 +1,16 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
|
||||
@deprecated('Get Touch Movement', 'Get Touch Location')
|
||||
class SurfaceCoordsNode(LnxLogicTreeNode):
|
||||
"""Deprecated. Is recommended to use 'Get Touch Location' and 'Get Touch Movement' node instead."""
|
||||
bl_idname = 'LNSurfaceCoordsNode'
|
||||
bl_label = 'Surface Coords'
|
||||
bl_description = "Please use the \"Get Touch Movement\" and \"Get Touch Location\" nodes instead"
|
||||
lnx_category = 'Input'
|
||||
lnx_section = 'surface'
|
||||
lnx_version = 2
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_output('LnxVectorSocket', 'Coords')
|
||||
self.add_output('LnxVectorSocket', 'Movement')
|
Reference in New Issue
Block a user