From 89e8193462601ec2d6662bf8076098a4a005664e Mon Sep 17 00:00:00 2001 From: SleepKiller Date: Tue, 19 Nov 2019 02:39:54 +1300 Subject: [PATCH] update .msh material propety description --- addons/io_scene_swbf_msh/msh_material_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/io_scene_swbf_msh/msh_material_properties.py b/addons/io_scene_swbf_msh/msh_material_properties.py index 83f068e..03eec4b 100644 --- a/addons/io_scene_swbf_msh/msh_material_properties.py +++ b/addons/io_scene_swbf_msh/msh_material_properties.py @@ -175,7 +175,7 @@ class MaterialProperties(PropertyGroup): environment_map: StringProperty(name="Environment Map", description="Environment map for the material. Provides static " - "reflections around. Must be a cubemap.") + "reflections around the surface. Must be a cubemap.") distortion_map: StringProperty(name="Distortion Map", description="Distortion maps control how Refractive materials "