Salmonick, have you made sure the path is correct?
You could try
var theFolder = Folder.selectDialog ("select folder");
alert (theFolder);
to verify the path.
Randomizing scripts
-
salmonickatelier
Randomizing scripts
The path is correct. I could try your code but that was also in the original code. I don't want to click the same folder everytime.
But wait I thought about something. I think that the path is to long for the script. So I past the folder direct on the disk and... It works! So the path cannot be to long. Good to know.
But wait I thought about something. I think that the path is to long for the script. So I past the folder direct on the disk and... It works! So the path cannot be to long. Good to know.
-
pfaffenbichler
Randomizing scripts
If Math.random() provides random values for positioning I don’t see how it would not also for the rotation …
-
pfaffenbichler
Randomizing scripts
A screenshot of the results after running the Script six times.