DavidBrainard / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
MIT License
11 stars 4 forks source link

Locate temp folder outside recipe working folder #57

Closed benjamin-heasly closed 9 years ago

benjamin-heasly commented 9 years ago

RenderToolbox3 generates large intermediate files like modified Collada documents. Currently these end up in the temp folder under a recipe's working folder.

Some users might prefer to send these temp files to a separate location, like a separate scratch drive. In this case, temp files would not be packed up along with the rest of a recipe, so they would not be portable.

We could add an optional tempFolder to the RenderToolbox3 configuration. When supplied, intermediate files would be sent to this folder. Otherwise they would be sent to the default temp folder under the recipe's working folder.