diff --git a/scripts/modules/_bpy_internal/extensions/tags.py b/scripts/modules/_bpy_internal/extensions/tags.py index dbe774228c8..ca33b2122a9 100644 --- a/scripts/modules/_bpy_internal/extensions/tags.py +++ b/scripts/modules/_bpy_internal/extensions/tags.py @@ -12,46 +12,46 @@ tags = [ { "remote_url": "https://extensions.blender.org/api/v1/extensions", "add-ons": { - '3D View', - 'Add Curve', - 'Add Mesh', - 'Animation', - 'Bake', - 'Camera', - 'Compositing', - 'Development', - 'Game Engine', - 'Geometry Nodes', - 'Grease Pencil', - 'Import-Export', - 'Lighting', - 'Material', - 'Modeling', - 'Mesh', - 'Node', - 'Object', - 'Paint', - 'Pipeline', - 'Physics', - 'Render', - 'Rigging', - 'Scene', - 'Sculpt', - 'Sequencer', - 'System', - 'Text Editor', - 'Tracking', - 'User Interface', - 'UV', + "3D View", + "Add Curve", + "Add Mesh", + "Animation", + "Bake", + "Camera", + "Compositing", + "Development", + "Game Engine", + "Geometry Nodes", + "Grease Pencil", + "Import-Export", + "Lighting", + "Material", + "Modeling", + "Mesh", + "Node", + "Object", + "Paint", + "Pipeline", + "Physics", + "Render", + "Rigging", + "Scene", + "Sculpt", + "Sequencer", + "System", + "Text Editor", + "Tracking", + "User Interface", + "UV", }, "themes": { - 'Accessibility', - 'Colorful', - 'Dark', - 'High Contrast', - 'Inspired By', - 'Light', - 'Print', + "Accessibility", + "Colorful", + "Dark", + "High Contrast", + "Inspired By", + "Light", + "Print", }, }, ]