Skip to content
Snippets Groups Projects
Commit 1284d25d authored by Brendon Murphy's avatar Brendon Murphy
Browse files

reverting last committ

parent 7413383f
No related branches found
No related tags found
No related merge requests found
...@@ -206,15 +206,10 @@ class RENDER_PT_Print(bpy.types.Panel): ...@@ -206,15 +206,10 @@ class RENDER_PT_Print(bpy.types.Panel):
row6.enabled=False row6.enabled=False
col.separator() col.separator()
row7.operator("object.dop2r", text="SET !", icon="RENDER_STILL") row7.operator("object.dop2r", text="SET RENDER!", icon="RENDER_STILL")
# this if else deals with hiding UI elements when logic demands it. # this if else deals with hiding UI elements when logic demands it.
tipo,dim_w,dim_h = scn.MyPreset.split("_") tipo,dim_w,dim_h = scn.MyPreset.split("_")
if tipo == "custom":
row.active=False
row.enabled=False
if scn.MyFrom == "Cm--->Pixel": if scn.MyFrom == "Cm--->Pixel":
row5.active=False row5.active=False
row5.enabled=False row5.enabled=False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment