From 15bcf4a374911fb3cff49593f047155f3c7f499c Mon Sep 17 00:00:00 2001 From: Onek8 Date: Wed, 28 May 2025 22:08:06 +0000 Subject: [PATCH] t3du - Fix Desc --- leenkx/blender/lnx/logicnode/native/LN_write_file.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/leenkx/blender/lnx/logicnode/native/LN_write_file.py b/leenkx/blender/lnx/logicnode/native/LN_write_file.py index c275ee3..7ea1ac6 100644 --- a/leenkx/blender/lnx/logicnode/native/LN_write_file.py +++ b/leenkx/blender/lnx/logicnode/native/LN_write_file.py @@ -5,8 +5,6 @@ class WriteFileNode(LnxLogicTreeNode): """Writes the given string content to the given file. If the file already exists, the existing content of the file is overwritten. - > **This node is currently only implemented on Krom** - @input File: the name of the file, relative to `Krom.getFilesLocation()` @input Content: the content to write to the file.