Hi,
I’m creating a script that takes a load of Blender settings and saves them to a text file. The script then opens another instance of Blender through command line and runs another python script. This script needs to find the text file, which could be saved anywhere. The path to the text file was created in the first script, but I don’t know how to call it from the second script. Is this possible?
Thanks
Tom