Delete leenkx/blender/lnx/logicnode/browser/LN_detect_mobile_browser.py
This commit is contained in:
parent
b2a781c7c2
commit
9761719dd5
@ -1,10 +0,0 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
class DetectMobileBrowserNode(LnxLogicTreeNode):
|
||||
"""Determines the mobile browser or not (works only for web browsers)."""
|
||||
bl_idname = 'LNDetectMobileBrowserNode'
|
||||
bl_label = 'Detect Mobile Browser'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_output('LnxBoolSocket', 'Mobile')
|
Loading…
x
Reference in New Issue
Block a user