Random batch script naming?

Asked by foundation

Can somebody point me to where in the random batch script the names are generated? I'm python clueless and I looked quickly and didn't see anything obvious. I was hoping to modify the script to make unique names for the generated fractals (probably using date and time, and perhaps machine name)

Thanks,
Bryn

Question information

Language:
English Edit question
Status:
Answered
For:
Fractal Fr0st Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vitor Bosshard (algorias) said :
#1

The batch function in scripts/utils.py is responsible for naming.

You can use the time.strftime function to add date and time in string format:

http://www.python.org/doc/current/library/time.html#time.strftime

Can you help with this problem?

Provide an answer of your own, or ask foundation for more information if necessary.

To post a message you must log in.