Is it possible to tweak the Template Export to remember the settings? Cause now, every time I run SS i have to modify my template output path, and path in post processing to sunflow. It happens on Mac OS X Snow Leopard. I dunno if SS behaves the same on Windows.
You're doing an amazing job here!
Kindest regards,
K.Golinski
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, the settings are not stored when opening/closing Structure Synth - I'll put it on my to-do.
Until I manage to put out a release, notice that you can actually modify the Post Processing step by editing the XML renderTemplate. Look at the first line for something like:
Hi,
Is it possible to tweak the Template Export to remember the settings? Cause now, every time I run SS i have to modify my template output path, and path in post processing to sunflow. It happens on Mac OS X Snow Leopard. I dunno if SS behaves the same on Windows.
You're doing an amazing job here!
Kindest regards,
K.Golinski
Yes, the settings are not stored when opening/closing Structure Synth - I'll put it on my to-do.
Until I manage to put out a release, notice that you can actually modify the Post Processing step by editing the XML renderTemplate. Look at the first line for something like:
… runAfter="%SUNFLOW%\sunflow.bat "$FILE" -o "$FILE.png"" …
(And notice that " must be written as " in XML)
Regards, Mikael.