Ridley5 opened this issue on Jul 26, 2010 · 1724 posts
adp001 posted Wed, 25 August 2010 at 8:48 AM
Quote - Some other differences in my exporter:
- Each exporter produces a "section" of the lux scene file. Mine can put these in separate files or all in one file, or any combination.
Oh boy. This is something we talked about very early. This is the reason why we distribute the parameter "file" and do print >> file, "another string to output to a file or stream".
The worker parts must not know where output goes to. The workers just have to write to "file". This is part of the framework from the first testversion.
You just reinventing the wheel.
But go ahead.