From 180742f790e53615fe69c7d62bfb4a898fb40242 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Thu, 10 Sep 2020 00:15:07 -0400 Subject: [PATCH] Clarify the "materialURL" tooltip Clarify the "materialURL" tooltip that was a bit obscure. New value: "The URL to an external JSON file or "materialData". Append "?" to select a single material if multiple are defined." --- scripts/system/create/assets/data/createAppTooltips.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/create/assets/data/createAppTooltips.json b/scripts/system/create/assets/data/createAppTooltips.json index c247bc7cae..8e53823cd8 100644 --- a/scripts/system/create/assets/data/createAppTooltips.json +++ b/scripts/system/create/assets/data/createAppTooltips.json @@ -402,7 +402,7 @@ "tooltip": "Affects the size of the spotlight beam; the higher the value, the larger the beam." }, "materialURL": { - "tooltip": "The URL to an external JSON file or \"materialData\", \"materialData? to use Material Data." + "tooltip": "The URL to an external JSON file or \"materialData\". Append \"?\" to select a single material if multiple are defined." }, "materialData": { "tooltip": "Can be used instead of a JSON file when material set to materialData."