Hello,
I am using Blender-5.0.1 on Linux.
I can’t find the way, if it exists, to setup multiple “system“ path for BLENDER_SYSTEM_EXTENSIONS.
Documentation says we might get “multiple“ repositories.
ie:
/local/extensions/custom/system/myCustomExtension
/local/extensions/externals/system/external_CustomExtension
I can get only one of those (at once) loading extensions using;
BLENDER_SYSTEM_EXTENSIONS=/local/extensions/externals/system/external_CustomExtension
But I can’t load both repo (custom / externals) at once by feeding both to system extensions;
BLENDER_SYSTEM_EXTENSIONS=/local/extensions/custom/system/myCustomExtension:/local/extensions/externals/system/external_CustomExtension
Any idea?
thanks
