Hello everyone,
I have been developing a SketchUp extension for a while, but I am not really a programmer... please be patient, haha. I am trying to call Radiance, a lighting analysis toolbox... its calculations take a while, and the programs are meant to be run in the terminal. My idea is to create some scripts for enabling the non-expert users to perform simulations.
As a start, I managed make systems calls using "popen3", which allow me to diference the stout from the stderr, etc. That is cool.
The problem now is that the programs in my PATH are not recognized. I tried to write the whole directory, but some of the programs call, internally, more programs... so I get the "program not found" (does not say exactly that) error.
Is there any way of telling SketchUp too register some directories as part of the PATH? As a second option, I thought on creating a JAVA app that is opened from SketchUp to manage the simulations? Is this possible/advisable? Whould the same happen here? A JAVA app would actually give me the advantage of porting it to Linux, where calculations take shorter times (bigger computers, haha).
Another fact to consider is that I do not want SketchUp to be paralized while calculating.
There are a few things to consider in the blender... if you could help me with the mess in my head, it would be awesome.
Best,