From 2b6c2d9157c13a180eea67923bf609c24675d8b9 Mon Sep 17 00:00:00 2001 From: LMW Date: Fri, 4 Sep 2026 18:28:44 +0800 Subject: [PATCH] Make value stepping consistent for sdCross --- addons/material_maker/nodes/sdcross.mmg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/material_maker/nodes/sdcross.mmg b/addons/material_maker/nodes/sdcross.mmg index 8298ba730..44fa86887 100644 --- a/addons/material_maker/nodes/sdcross.mmg +++ b/addons/material_maker/nodes/sdcross.mmg @@ -50,7 +50,7 @@ "max": 1, "min": 0, "name": "bx", - "step": 0.1, + "step": 0.01, "type": "float" }, { @@ -61,7 +61,7 @@ "max": 1, "min": 0, "name": "by", - "step": 0.1, + "step": 0.01, "type": "float" }, { @@ -92,4 +92,4 @@ "shortdesc": "sdCross" }, "type": "shader" -} \ No newline at end of file +}