3
11
Archived, if add-on maintainers want to still use blender.org to host their code, it can go to https://projects.blender.org/extensions --- Original description: Testing add-ons only included in daily builds
This repository has been archived on 2024-05-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Campbell Barton 8907069c24 Extensions: lock the repositories before overwriting their manifests
It was possible for multiple Blender's to write to the repositories
JSON at once when checking for updates on startup.
This is now prevented with locking.
2024-05-15 21:51:34 +10:00
.gitea Docs: Replace most wiki links with links to new developer docs 2024-01-18 17:31:55 +01:00
.github Docs: Replace most wiki links with links to new developer docs 2024-01-18 17:31:55 +01:00
add_mesh_clusters Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
automat Cleanup: quiet warnings registering add-ons 2021-07-30 17:38:13 +10:00
bl_pkg Extensions: lock the repositories before overwriting their manifests 2024-05-15 21:51:34 +10:00
exact_edit Cleanup: add newline at EOF, trim trailing space 2024-01-24 13:05:03 +11:00
io_scene_max Cleanup: trailing newline 2024-05-09 10:02:43 +10:00
io_vector Fix add-ons with Python 3.12 by replacing "imp" with "importlib" 2024-01-31 08:42:54 +11:00
lighting_hdri_shortcut Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
mocap Cleanup: remove <pep8 compliant> comment 2022-06-03 11:52:13 +10:00
netrender Fix error registering netrender 2021-07-30 17:18:25 +10:00
np_station Fix add-ons with Python 3.12 by replacing "imp" with "importlib" 2024-01-31 08:42:54 +11:00
object_fracture_crack Cleanup: remove <pep8 compliant> comment 2022-06-03 11:52:13 +10:00
.gitignore Cleanup: redundant gitignore 2017-07-25 16:04:25 +10:00
add_dimension.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
animation_motion_trail.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:52:13 +10:00
camera_overscan.py Camera Overscan: use SPDX license block 2023-09-19 03:58:42 +02:00
development_class_viewer.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
development_ui_classes.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:52:13 +10:00
io_export_after_effects.py After Effects export: fix crash when trying to export some meshes 2023-01-06 16:23:31 +01:00
io_import_sound_to_anim.py Cleanup: quiet warnings registering add-ons 2021-07-30 17:38:13 +10:00
io_scene_open_street_map.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:52:13 +10:00
mesh_easy_lattice.py The apply_as parameter of modifier_apply was removed due to operator split. 2020-07-15 11:40:02 +03:00
mesh_selectbuffer.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
mesh_show_vgroup_weights.py Cleanup: remove <pep8 compliant> comment (no longer needed) 2022-06-07 21:12:54 +10:00
object_animrenderbake.py object_animrenderbake: suppress errors registering 2020-10-16 15:09:31 +11:00
object_batch_rename_datablocks.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
object_creaprim.py Fix error with object_creaprim handler being lost 2021-08-03 09:34:16 +10:00
object_mesh_versions.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
render_auto_save.py Cleanup: quiet warnings registering add-ons 2021-07-30 17:38:13 +10:00
render_cube_map.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:52:13 +10:00
render_renderslot.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
render_time.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
render_to_print.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:52:13 +10:00
space_clip_editor_autotracker.py Cleanup: quiet warnings registering add-ons 2021-07-30 17:38:13 +10:00
space_view3d_render_settings.py UI: Do not use term 'Subsurf' 2020-06-07 18:17:31 -04:00
system_keyboard_svg.py Cleanup: remove <pep8 compliant> comment 2022-06-03 11:52:13 +10:00
system_project_folder.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00