1 # SPDX-FileCopyrightText: 2020-2023 Blender Foundation
3 # SPDX-License-Identifier: GPL-2.0-or-later
6 "name": "Grease Pencil Tools",
7 "description": "Extra tools for Grease Pencil",
8 "author": "Samuel Bernou, Antonio Vazquez, Daniel Martinez Lara, Matias Mendiola",
11 "location": "Sidebar > Grease Pencil > Grease Pencil Tools",
13 "doc_url": "{BLENDER_MANUAL_URL}/addons/object/greasepencil_tools.html",
14 "tracker_url": "https://github.com/Pullusb/greasepencil-addon/issues",
16 "support": "COMMUNITY",
44 if bpy
.app
.background
:
50 ## Update tab name with update in pref file (passing addon_prefs)
51 prefs
.update_panel(prefs
.get_addon_prefs(), bpy
.context
)
54 if bpy
.app
.background
:
60 if __name__
== "__main__":