I would like to change the batch render .cs script so that it
names the file by the REGION TEXT NAME not the numeric name.
right now it takes the default project name or a new name for the first part then it adds the render format and ends with the second digit from the number of the region. (10) = (0), (11) - (1) etc.
I want to name the regions so that it shows up in the filename.
I'd prefer that it put the region name at the beginning of the file is possible.
My question is: what is the name for the region name? The script as it stands uses regionIndex.ToString(),....
names the file by the REGION TEXT NAME not the numeric name.
right now it takes the default project name or a new name for the first part then it adds the render format and ends with the second digit from the number of the region. (10) = (0), (11) - (1) etc.
I want to name the regions so that it shows up in the filename.
I'd prefer that it put the region name at the beginning of the file is possible.
My question is: what is the name for the region name? The script as it stands uses regionIndex.ToString(),....