| demolishun wrote: |
| Okay, I have a Blender Python script which is supposed to allow file selection. However, the script halts when it reaches this line : "import GUI". I read another website that talked about using this library to write Blender import scripts. The question is where is the GUI object? Is there another method to interact with a FileSelection box?
|
| Quote: |
|
Also, another question. Where does Blender generally install script files on a Linux machine. I had a pre-OSS release of Blender and could not figure out where any of the stuff got installed other than blender is /usr/bin. Thanks. Demolishun |
| demolishun wrote: |
| The question is where is the GUI object? Is there another method to interact with a FileSelection box?(...) |