playblast with -f when used in scripting automatically overwrites any existing files. You could use getFileList (use a wildcard of the filename like "filename*") to get an array of files and then sort said array, then get the last value of the array and use match on it using an expression like [0-9]+ if the filename is…
Hi, Again thank you so much for your help. Here is the rough output which I have been trying to figure out from the last 4-5 hours. I modified other Artist script. So, Any mistakes forgive me. Your command is working fine but I have 2 more doubts. (*) If I run the command twice it is replacing the old snapshot which I…