From df7d1544eb75cda45a3a26235d51ca975733a383 Mon Sep 17 00:00:00 2001 From: LMW Date: Sat, 18 Jul 2026 17:18:45 +0800 Subject: [PATCH] Fixed missing short/long descriptions for Colorspace Roundtrip --- addons/material_maker/nodes/colorspace_roundtrip.mmg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/material_maker/nodes/colorspace_roundtrip.mmg b/addons/material_maker/nodes/colorspace_roundtrip.mmg index ec6db6df3..55f3b0bae 100644 --- a/addons/material_maker/nodes/colorspace_roundtrip.mmg +++ b/addons/material_maker/nodes/colorspace_roundtrip.mmg @@ -122,7 +122,7 @@ } ], "label": "Colorspace Roundtrip", - "longdesc": "", + "longdesc": "Converts input to another colorspace, applies a \"lambda subgraph\" to individual channels in that colorspace, and converts it back to RGB.", "name": "colorspace_roundtrip", "node_position": { "x": 0, @@ -390,6 +390,6 @@ "param0": 0 }, "seed_int": 0, - "shortdesc": "", + "shortdesc": "Colorspace Roundtrip", "type": "graph" -} \ No newline at end of file +}