You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to define addon location per blender instance, for example I'm working on both 3.6 and 4.2, so for 3.6 the addon will auto link to .config/blender/3.6/scripts/addon/addon_name, while on 4.2 the default addon location will be in .config/blender/4.2/extensions/user_default/addon_name
Currently the blender.nvim will link to scripts/addon/ no matter what version of blender. So if we can point to correct location for blender 4.2 and above that will be wonderful.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello @b0o,
is it possible to define addon location per blender instance, for example I'm working on both 3.6 and 4.2, so for 3.6 the addon will auto link to
.config/blender/3.6/scripts/addon/addon_name
, while on 4.2 the default addon location will be in.config/blender/4.2/extensions/user_default/addon_name
Currently the blender.nvim will link to
scripts/addon/
no matter what version of blender. So if we can point to correct location for blender 4.2 and above that will be wonderful.Thank you.
The text was updated successfully, but these errors were encountered: