When I use a number at the beginning of the project name, “sketch_” is automatically added to the beginning of the saved name. Is this by design? Is there a setting to avoid this?
Hi scuy, welcome to the community!
Processing sanitizes file names to ensure compatibility across different file systems and platforms. Sketch names that begin with a digit or anything other than a letter aren’t allowed, so Processing automatically adds sketch_
in those cases. There’s no setting to change this behavior at the moment.
The relevant code is here, if you’re curious.
Let us know if you have more questions!
1 Like
Thank you for your detailed explanation.
I’m glad I was able to understand the specifications.
3 Likes