Delete leenkx/blender/lnx/logicnode/native/LN_loadUrl.py
This commit is contained in:
parent
28afefbbf7
commit
bcdcbfb106
@ -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')
|
Loading…
x
Reference in New Issue
Block a user