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
Paths used by bk_client and add-ons are based on historical evolution and sometimes are not optimal. We should check and redefine proper and robust defaults for them.
each OS expects binaries at some location, use those
global_dir (where Blender add-on saves assets) should be independent of default location for bk_client binaries (there is a use case where enterprise users want their global_dir to be set to Windows network disk, so the whole office shares the pool of downloaded assets, but Windows are extra unhappy to start a binary from network disk)
Paths used by bk_client and add-ons are based on historical evolution and sometimes are not optimal. We should check and redefine proper and robust defaults for them.