feat: config support prepararation

This commit is contained in:
Swann Martinez
2019-07-01 15:59:51 +02:00
parent 42fa210cee
commit f4ccab08c7
4 changed files with 23 additions and 14 deletions

10
ui.py
View File

@ -79,11 +79,10 @@ class SESSION_PT_settings(bpy.types.Panel):
row = layout.row()
row.operator("session.stop", icon='QUIT', text="Exit")
row = layout.row(align=True)
row.operator("session.dump", icon='QUIT', text="Dump")
row.operator("session.dump", icon='QUIT', text="Load")
row = layout.row()
# row = layout.row(align=True)
# row.operator("session.dump", icon='QUIT', text="Dump")
# row.operator("session.dump", icon='QUIT', text="Load")
# row = layout.row()
box = row.box()
row = box.row()
@ -144,6 +143,7 @@ class SESSION_PT_user(bpy.types.Panel):
row = layout.row()
def get_client_key(item):
return item[0]