blender/scripts/modules
Damien Picard a5df83167e I18n: Fix add-on extraction
- The "location" and "warning" fields in bl_info are no longer exposed
  in the interface, so there is no need to extract them any more.

- Some add-ons do not define a description (Copy Global Transform for
  example), so they should be skipped.

- Some third-party legacy add-ons do not use the 'support' field, and
  that can cause an error in extraction. Since this won't happen
  for built-in add-ons, checking that an add-on is built-in is enough.

Pull Request: https://projects.blender.org/blender/blender/pulls/122970
2024-06-10 11:13:10 +02:00
..
_bpy_internal Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00
bl_app_override Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00
bl_console_utils Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
bl_i18n_utils I18n: Fix add-on extraction 2024-06-10 11:13:10 +02:00
bl_keymap_utils GPv3: Fill tool to generate strokes in empty areas 2024-05-15 13:36:06 +02:00
bl_previews_utils Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
bl_rna_utils Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
bl_text_utils Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
bl_ui_utils Use the redirect.b.o website for bug reports 2024-04-30 14:56:33 +02:00
bpy Fix #122769: bpy.utils.register_submodule_factory fails with extensions 2024-06-07 13:42:59 +10:00
bpy_extras Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00
gpu_extras License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
addon_utils.py WM: correct logic for resetting add-ons & caching meta-data 2024-06-10 00:22:56 +10:00
animsys_refactor.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
bl_app_template_utils.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
blend_render_info.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
bpy_restrict_state.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bpy_types.py PyAPI: fixes for defining operator macros 2024-06-01 16:17:02 +10:00
console_python.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
console_shell.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
graphviz_export.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
keyingsets_utils.py Fix #121349: Baking adds keys on custom properties that are non-keyable 2024-05-10 17:03:52 +02:00
nodeitems_utils.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
rna_info.py Cleanup: improve checks for function types for RNA introspection 2024-06-01 16:08:56 +10:00
rna_keymap_ui.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
rna_manual_reference.py EEVEE: Alias/remove legacy RNA material attributes 2024-06-04 14:48:40 +02:00
rna_prop_ui.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
rna_xml.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00
sys_info.py Cleanup: replace %-formatting with str.format in scripts/modules/ 2024-04-27 16:06:51 +10:00