feat(rcf): mesh reloading

This commit is contained in:
Swann Martinez
2019-03-28 15:02:21 +01:00
parent b51ca0fde5
commit b9d013d5c4
3 changed files with 90 additions and 47 deletions

View File

@ -95,7 +95,7 @@ class SessionUsersPanel(bpy.types.Panel):
info = "(self)"
# detail_item_box = item_box.row()
detail_item_box.label(
text="{} {}".format(values.id.decode(), info))
text="{} - {} -{}".format(values.id.decode(),values.body, info))
if net_operators.client.id.decode() not in key:
detail_item_box.operator(
@ -145,6 +145,7 @@ class SessionPropertiesPanel(bpy.types.Panel):
item_box = area_msg.box()
detail_item_box = item_box.row()
# detail_item_box = item_box.row()
detail_item_box.label(text="{} ({}) {} ".format(
key, values.mtype, values.id.decode()))
detail_item_box.operator(