--addons still works although the add-on ID for an extension is now it's package, that is: bl_ext.{repository_module}.{extension_module}.
But if the add-on is installed in repository…
Thanks @ideasman42 for pointing that out. But still I feel like this is a regression as --adons flags no longer does what it promises and what it did previously:
--addons <addon(s)>
Comma…
The problem is, that --factory-startup removes my remote repo blenderkit_com
Isn't that expected with factory reset?
Just to be precise I would say it is not a reset, but…
@PratikPB2123 I have tried to give a simplified example, the real logs are:
- I have added remote repository URL=https://blenderkit.com/api/v1/extensions
- I have installed BlenderKit add-on…
Do I have to provide --source-dir in the command? (command-line-args-extension-build)
You do not have to, if your work dir is in the add-on source directory.
BTW: where is the code for…