Durian text editor requests:
-Added Run Script button in header -Added hotkey for Line Select (Ctrl-Shift-A)
This commit is contained in:
@@ -44,6 +44,9 @@ class TEXT_HT_header(bpy.types.Header):
|
||||
row.itemL(text="Text: External")
|
||||
else:
|
||||
row.itemL(text="Text: Internal")
|
||||
|
||||
row = layout.row()
|
||||
row.itemO("text.run_script")
|
||||
|
||||
class TEXT_PT_properties(bpy.types.Panel):
|
||||
__space_type__ = 'TEXT_EDITOR'
|
||||
|
Reference in New Issue
Block a user