Ive made a little addon for myself and for whatever reason I get a “missing manifest” error when I try install the .zip (installed from disk). I had a quick google but couldn’t seem to find anything related.
It installed fine in blender 4.1 so its obviously something to do with the new extensions platform. What do we need to do differently when creating addons now?
Thanks for that info. I’m quite new to coding so I’m not entirely sure how to go about doing that. I had a read online and it seems like that file is specifically for when you are trying to install an extension?
To clarify, I just want to install a simple .py (zipped) file in the same way a legacy addon is installed. I just tested installing the unzipped .py file on its own it installs fine. Its only when its zipped that I get the error. Do addons that are zipped automatically expected to be extensions now?
I would be really grateful if someone could take a look at my .zip and inspect whats wrong with the connection between the init.py file and the blender_manifest.toml.
have you cafurlly check the seller page of the adds on you installed? There might have some other zip file you forgot to download. I have the same issue today then I found the actually zip file for the adds on is another zip file in the download list. I suggest you check that out first.
seem like you have the problem fixed, I was gonna suggest upload a code sample. the manifest error may have something to do with a version depreciation, but make sure your header files are correctly named. also make sure the zip file is the correct format or you will get an error. I am looking at the code, don’t see anything obviously wrong with it
Thanks for sharing that. One of my add-ons worked fine as a zip (it has several .py files) and another add-on that is a single init.py file in a zip file said Missing Manifest. It worked when I unzipped and tried installing the .py file. Does anyone know what exactly triggers Missing Manifest??
If you haven’t already figured it out by yourself:
I think that the error with regard to panel_cutter’s “Missing manifest…” is due to an issue with the structure of the ZIP file. It should be formatted as follows:
add-on-panel-cutter-v1.0.3.zip
If it contains at least the files
ini.py and
blender_manifest.py
you should be good, assuming you provided the appropriate information for the “blender_manifest.py”.
(The file init.py has 2 underscores on each side of init, which the forum’s software drops.).
If you are intersted in more elaborated information on this matter, please look at the thread
hi im having the same issue trying to install the ultimate lighting pack, not sure how to fix it, i went to add ons i clicked install from disk but it just wont work