Delete leenkx/blender/lnx/logicnode/native/LN_loadUrl.py

This commit is contained in:
LeenkxTeam 2025-01-29 08:09:43 +00:00
parent 28afefbbf7
commit bcdcbfb106

View File

@ -1,11 +0,0 @@
from lnx.logicnode.lnx_nodes import *
class LoadUrlNode(LnxLogicTreeNode):
"""Load the given URL in a new tab (works only for web browsers)."""
bl_idname = 'LNLoadUrlNode'
bl_label = 'Load URL'
lnx_version = 1
def lnx_init(self, context):
self.add_input('LnxNodeSocketAction', 'In')
self.add_input('LnxStringSocket', 'URL')