From 356ad8feb7daee62113bf4ba2c3e36196189975b Mon Sep 17 00:00:00 2001 From: Chromum Date: Fri, 9 May 2025 05:03:58 +0000 Subject: [PATCH] Update Nodes/String/Append --- Nodes%2FString%2FAppend.md | 39 +++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/Nodes%2FString%2FAppend.md b/Nodes%2FString%2FAppend.md index cd42ddd..377b76f 100644 --- a/Nodes%2FString%2FAppend.md +++ b/Nodes%2FString%2FAppend.md @@ -1 +1,38 @@ -Append Node \ No newline at end of file +# 🧠 NODE: [NodeNameHere] + +--- + +## 🔌 INPUT PORTS + +| Name | Type | Description | +|-------------|------------|---------------------------------| +| `exampleIn` | `float` | What this input does :3 | +| `imageTex` | `Texture2D`| Input image for processing | + +--- + +## 📤 EXPORT PORTS + +| Name | Type | Description | +|--------------|------------|----------------------------------| +| `result` | `Texture2D`| The processed output texture | +| `statusFlag` | `bool` | Whether the operation succeeded | + +--- + +## 📝 DESCRIPTION + +The **[NodeNameHere]** node performs [describe what it does]. +Use this when you want to [some use case, e.g., "blend two textures together", "extract edges", etc.]. + +✨ This node is derived from `BaseImageNode`. + +--- + +## ⚠️ KNOWN ISSUES + +- [ ] Sometimes crashes if input is `null` +- [ ] Preview window may not update immediately +- [ ] Limited support for custom shaders + +---