doc: comment ui draw()
This commit is contained in:
parent
209062af4f
commit
f7c4f5d1fe
@ -85,7 +85,7 @@ class SESSION_PT_settings(bpy.types.Panel):
|
||||
else:
|
||||
layout.label(text=f"Session - v{__version__}",icon="PROP_OFF")
|
||||
|
||||
def draw(self, context):
|
||||
def draw(self, context): # com
|
||||
layout = self.layout
|
||||
row = layout.row()
|
||||
runtime_settings = context.window_manager.session
|
||||
|
Loading…
Reference in New Issue
Block a user