feat(rfc): Last commit before branching chat functionnalities

This commit is contained in:
Swann 2019-02-13 14:17:22 +01:00
parent 2a7bf7c933
commit 77b8221026
No known key found for this signature in database
GPG Key ID: B02D0B41F8B6D2EE

View File

@ -4,7 +4,7 @@ from . import net_operators
class SessionPanel(bpy.types.Panel):
"""Creates a Panel in the scene context of the properties editor"""
bl_label = "Net Session"
bl_label = "RFC Session"
bl_idname = "SCENE_PT_layout"
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'