From 634aaa0b6a3e0f0f9f82604583a6d1d93a703e52 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Wed, 28 May 2025 22:07:49 +0000 Subject: [PATCH] t3du - Fix Desc --- leenkx/blender/lnx/logicnode/native/LN_write_json.py | 2 -- 1 file changed, 2 deletions(-) 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