Extensions: change the manifest filename

Use the name "blender_manifest.toml" for clarity.
This commit is contained in:
Campbell Barton
2024-01-30 09:42:01 +11:00
parent 61fb2b17c8
commit 73214e9b26

View File

@@ -691,7 +691,7 @@ class _ext_global:
# The name (in `sys.modules`) keep this short because it's stored as part of add-on modules name.
_ext_base_pkg_idname = "bl_ext"
_ext_base_pkg_idname_with_dot = _ext_base_pkg_idname + "."
_ext_manifest_filename_toml = "bl_manifest.toml"
_ext_manifest_filename_toml = "blender_manifest.toml"
def _extension_preferences_idmap():