What is the current directory when booting from the Finder on OSX? I was curious and investigated.
import os.path
print(os.path.abspath(os.path.dirname(".")))
If it is only dirname, nothing is displayed. If you use abspath, it will be displayed as a full path.
-Use OpenCV with Blender on OSX
-I tried ctypes with Blender on OSX -Draw the brachistochrone curve using Python in Blender -Matter that Python script stopped working after Blender2.80beta
Recommended Posts