JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
540 stars 70 forks source link

Addons are not found if their folders are not on the system drive. #146

Open kiraacorsac opened 10 months ago

kiraacorsac commented 10 months ago

If you populate blender.addonFolders with relative paths, like this:

"blender.addonFolders": [
    "blender_addons/megaddon",
    "blender_addons/blend1/blend1_addon",
    "blender_addons/botaniq/botaniq_addon",

        ...

    "blender_addons/memsaver/memsaver_addon",
],

This extension does not recognize the drives the addons are present in. It automatically defaults to the system drive. Addons will not be found and will not be loaded, like they don't exist.