diff --git a/leenkx/blender/lnx/logicnode/native/LN_write_json.py b/leenkx/blender/lnx/logicnode/native/LN_write_json.py index 779262e..b7a7264 100644 --- a/leenkx/blender/lnx/logicnode/native/LN_write_json.py +++ b/leenkx/blender/lnx/logicnode/native/LN_write_json.py @@ -5,8 +5,6 @@ class WriteJsonNode(LnxLogicTreeNode): """Writes the given content to the given JSON 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()`, including the file extension. @input Dynamic: the content to write to the file. Can be any type that can