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