Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NMC-TBone committed Jun 18, 2022
1 parent 1dcd1b9 commit 9d9113b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
# -----------------------------------------
Expand Down

0 comments on commit 9d9113b

Please sign in to comment.