Python: Change case of clip or sequence name

I had to rename a bunch of sequences lately and, as you know me, if I have to do something more than a couple of times then I’m going to want to automate it.

This was especially trivial so it was a quick one to write. Shout out to Claude though for the PascalCase function…that would have taken quite a bit to figure out on my own.

Hope some of you find it helpful.

What It Does:
Changes the name of a clip or sequence to lowercase, UPPERCASE or PascalCase.

How To Use:
Right click clip/sequence > Renaming Tools > Change Case

Download:
GitHub

Now that I have my own machine, I’ll get the Portal on there and upload it there as well at some point.

6 Likes