feat(rcf): matrix experimentation

This commit is contained in:
Swann Martinez
2019-03-18 18:21:33 +01:00
parent 5a831668c8
commit cb7c5aa12e
4 changed files with 57 additions and 30 deletions

View File

@ -27,7 +27,6 @@ class SessionSettingsPanel(bpy.types.Panel):
scene = context.scene
# Create a simple row.
row = layout.row()
if net_operators.client is None:
row = layout.row()
row.prop(scene.session_settings, "username", text="username:")