From 6456447353eea7fe35969863393ce259548f5405 Mon Sep 17 00:00:00 2001 From: Rodz Labs Date: Fri, 17 Sep 2021 21:09:19 +0200 Subject: [PATCH] Added missing credits for OBJ model loader --- material_maker/windows/about/about.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/material_maker/windows/about/about.gd b/material_maker/windows/about/about.gd index 1dce0498..d92b0d78 100644 --- a/material_maker/windows/about/about.gd +++ b/material_maker/windows/about/about.gd @@ -9,6 +9,7 @@ const CONTRIBUTORS = [ { name="Kasper Arnklit Frandsen", contribution="Several nodes (including Auto Tones and Mask to SDF) and node updates, and very nice video tutorials" }, { name="Roujel Williams", contribution="Curvature, Ambient Occlusion and Thickness maps generation" }, { name="Bonbonmiel", contribution="Many user interface improvements (in Nodes popup, 3D preview...)" }, + { name="GoldenThumbs", contribution="Wavefront (OBJ) model loader" }, { name="Donald Mull Jr.", contribution="Export for Unity HDRP" }, { name="Metin ÇETİN", contribution="Add node popup menu" }, { name="Jack Perkins", contribution="User interface improvements" },