Skip to content

Format Rename

by Ou_Chiang·Workflow

Images © Ou_Chiang. Used for product review; image policy.

Why we like it

Format Rename stands out in the blender_extensions library for constructing names from format variables rather than fixed prefixes, and for exposing Python's re module directly for search-and-replace matching.

What is Format Rename?

Format Rename handles batch renaming of Blender objects through a format-based system. Names are built from variables placed inside a pattern: sequential numbers such as {#}, {##} and {##,-1}, alphabet sequences like {A}, {a}, {AA} and {Aa}, and context tokens including {self}, {parent}, {active}, {scene} and {view_layer}. Object-only tokens cover {data}, {Type} shown in title, lower or upper case, and {pref} for a custom word tied to the object's type, while bone-only tokens include {user} and {def}.

Enabling selection order records the order in which items were selected, so ordered replacement terms run in that sequence and grouping becomes available. With grouping you can record selections into TeamA and TeamB, swap names between the two teams sequentially, and copy names from TeamA to TeamB in order.

A search-and-replace mode uses Python's re module directly, so you match objects with regular-expression patterns. The Select Selected Only option searches the whole scene when disabled and filters within the selection when enabled, and flags cover ASCII-only matching and case-insensitive matching. The add-on works with Blender 4.2 LTS and newer and is released under the GNU General Public License v3.0 or later.

Who is Format Rename best for?

Format Rename is best for blender users renaming many objects at once who want pattern-based naming, ordered numbering, or regular-expression search and replace.

How much does Format Rename cost?

Format Rename is completely free to download and use.

Key features

  • Format-based renaming built from variable tokens for numbers, alphabet sequences, context, object type and bones
  • Sequential number and alphabet variables including {#}, {##}, {##,-1}, {A}, {a}, {AA}, {Aa} and their variants
  • Selection order recording, so ordered replacement terms run in the order items were selected
  • Grouping into TeamA and TeamB, with sequential name swapping between teams and copying from one team to the other in order
  • Search and replace using Python's re module for regular-expression matching
  • Select Selected Only toggle for scene-wide or selection-only matching, plus ASCII-only and Ignore Case flags

Tags

#batch rename#renaming#Blender add-on#workflow#naming#regular expressions#objects

Frequently asked questions

Does Format Rename work with Blender 4.2?

Format Rename lists compatibility with Blender 4.2 LTS and newer, so it runs on the 4.2 long-term-support release and later versions. The extension declares that it requires no special permissions to operate. Version 0.0.6 is the build noted here, and the add-on is written entirely in Python. If you are on an older Blender release, check the developer's page before installing, since versions earlier than 4.2 LTS fall outside the stated support range.

How do I install Format Rename in Blender?

Format Rename installs the same way as other Blender extensions. You can drag and drop the downloaded file into Blender, or download the package and use Install from Disk in the preferences. The add-on is a small Python package and needs no special permissions. Once enabled, its renaming tools become available inside Blender. For the download link and step-by-step installation details, the developer's page and Blender's extension documentation cover the process.

Does Format Rename use regular expressions for search and replace?

Format Rename's search-and-replace mode uses Python's re module directly, so you can match objects with regular-expression patterns such as ^ for the start of a string or $ for the end. The Select Selected Only option controls scope: when disabled it searches across the whole scene, and when enabled it filters within the selected items. Two flags are available, ASCII-only matching for tokens like \w and \d, and Ignore Case for case-insensitive matching.

Is Format Rename free, and what license does it use?

Format Rename is listed as free here, and it is released under the GNU General Public License v3.0 or later. That license governs how you can use, modify and redistribute the add-on. The extension also states that it needs no special permissions to run inside Blender. For current licensing terms and the source code, the developer's GitHub page is the place to check, since project details can change over time.

Alternatives to Format Rename

Also in Workflow for Blender.

Similar plugins