John Ber
Results
1
comments of
John Ber
You can try to open the python console directly in blender (shift+f4). Then try the following commands. ``` import subprocess import sys import os blender_python_path = os.path.join(sys.prefix, 'bin', 'python.exe') subprocess.call([python_exe,...