[Addon] My Script Templates


sub-folders

bl_info = {
    "name": "My Script Templates v2",
    "author": "Oleg Shcherbyna",
    "version": (2, 0),
    "blender": (4, 0, 0),
    "location": "TEXT_EDITOR > Templates > .. custom script templates",
    "description": "Reads the user's scripts folder. Adds subdirectories with custom scripts to the TextEditor's Templates menu.",
    "warning": "",
    "doc_url": "https://github.com/oshcherbyna/my_script_templates",
    "category": "Templates",
}

[EN] This addon adds your custom scripts to the Templates menu of the Text Editor.
[UA] Цей аддон додає ваші кастомні скрипти в меню Templates текстового редактора.