Skip to content

Search and replace

A very simple and quite rudimental search and replace script with a UI. It will only search and replace contents of files and not the filenames.

It won’t win any design awards but it could prove very useful when being run on large amounts of huge files as it will only keep the current file it is processing in the RAM.

Be very careful before running this script and make sure to read through the readme before using. And ALWAYS make a backup of what you intend to process. You can download this over at GitHub.

The script was written in Python and utilizes PySide/PyQt (choose which one you wish to use in upper portion of the Python script). Since it uses my boilerplate, you can also launch it from within Maya or Nuke...

Comments