Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2018-12-24 00:04:25 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-12-24 00:05:05 +0300
commit647f78dabc4e432e21ef47fc4217e7ed2547d0ce (patch)
treeb653619086eb48db783c3ea24f3011f3b9edd427 /io_import_images_as_planes.py
parentbada236b7a5e130f0031178c34165d3330094486 (diff)
Fix/cleanup some UI messages (typos, final points...).
Diffstat (limited to 'io_import_images_as_planes.py')
-rw-r--r--io_import_images_as_planes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 58cb6b67..e1c2cfbf 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -728,7 +728,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
# Properties - Material / Shader
SHADERS = (
('DIFFUSE', "Diffuse", "Diffuse Shader"),
- ('SHADELESS', "Shadeless", "Only visible to camera and reflections."),
+ ('SHADELESS', "Shadeless", "Only visible to camera and reflections"),
('EMISSION', "Emit", "Emission Shader"),
)
shader: EnumProperty(name="Shader", items=SHADERS, default='DIFFUSE', description="Node shader to use")