String fix and a bunch of PEP8 issues I had collected in the meanwhile.
This commit is contained in:
@@ -69,12 +69,13 @@ class CONSOLE_MT_console(bpy.types.Menu):
|
||||
layout.operator("console.copy")
|
||||
layout.operator("console.paste")
|
||||
layout.menu("CONSOLE_MT_language")
|
||||
|
||||
|
||||
layout.separator()
|
||||
|
||||
|
||||
layout.operator("screen.area_dupli")
|
||||
layout.operator("screen.screen_full_area")
|
||||
|
||||
|
||||
class CONSOLE_MT_report(bpy.types.Menu):
|
||||
bl_label = "Report"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user