Webview for RunT/Krom
This commit is contained in:
13
leenkx/blender/lnx/logicnode/krom/LN_save_path.py
Normal file
13
leenkx/blender/lnx/logicnode/krom/LN_save_path.py
Normal file
@ -0,0 +1,13 @@
|
||||
from lnx.logicnode.lnx_nodes import *
|
||||
|
||||
|
||||
class KromSavePathNode(LnxLogicTreeNode):
|
||||
"""Returns the save path for the application."""
|
||||
bl_idname = 'LNKromSavePathNode'
|
||||
bl_label = 'Save Path'
|
||||
lnx_category = 'Krom Runtime'
|
||||
lnx_section = 'system'
|
||||
lnx_version = 1
|
||||
|
||||
def lnx_init(self, context):
|
||||
self.add_output('LnxStringSocket', 'Path')
|
||||
Reference in New Issue
Block a user