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
The common path separator under linux is : and not ;. Luckily Python already has you covered with os.pathsep. Should be an easy fix. Not sure if I can put in a PR for this soon. Will try when I have a couple of minutes to spare.
blender_studio_scripts/startup/__BLENDER_STUDIO_SCRIPTS__.py
Line 24 in 95759ca
The common path separator under linux is
:and not;. Luckily Python already has you covered with os.pathsep. Should be an easy fix. Not sure if I can put in a PR for this soon. Will try when I have a couple of minutes to spare.