From 96cb6c06685869cc76ba23155b63a91227a50629 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 5 Oct 2018 19:09:14 +0200 Subject: Update for new icon set. --- io_import_gimp_image_to_scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_import_gimp_image_to_scene.py') diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py index 7db9ef71..da7ff344 100644 --- a/io_import_gimp_image_to_scene.py +++ b/io_import_gimp_image_to_scene.py @@ -619,7 +619,7 @@ class GIMPImageToScene(bpy.types.Operator): if self.OpacityMode == 'COMPO' and self.SetupCompo == False: box.label('Tip: Enable Node Compositing', icon='INFO') box.prop(self, 'AlphaMode', icon='IMAGE_RGB_ALPHA') - box.prop(self, 'ShadelessMats', icon='SOLID') + box.prop(self, 'ShadelessMats', icon='SHADING_SOLID') box.prop(self, 'LayerOffset') box.prop(self, 'LayerScale') -- cgit v1.2.3