From 9d9113bbcc54cdb5261ff185844d3e6dee5ad7d8 Mon Sep 17 00:00:00 2001 From: Kristian <57712777+NMC-TBone@users.noreply.github.com> Date: Sat, 18 Jun 2022 16:45:34 +0200 Subject: [PATCH] Update __init__.py --- __init__.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/__init__.py b/__init__.py index 09a743e..ab53078 100644 --- a/__init__.py +++ b/__init__.py @@ -252,11 +252,10 @@ def draw(self, context): if context.scene.i3dea.UI_paths: row = box.row() row.prop(context.scene.i3dea, "shader_path", text="Shader path") - if context.scene.i3dea.shader_path: - row = box.row() - row.prop(context.scene.i3dea, "mask_map", text="Mask texture") - row = box.row() - row.prop(context.scene.i3dea, "dirt_diffuse", text="Dirt texture") + row = box.row() + row.prop(context.scene.i3dea, "mask_map", text="Mask texture") + row = box.row() + row.prop(context.scene.i3dea, "dirt_diffuse", text="Dirt texture") row = box.row() row.operator("i3dea.i3dio_material", text="Run") # -----------------------------------------