Skip to content

p2or/blender-viewport-rename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Viewport Rename

A simple Blender Add-on to rename the selected object as well as batch rename selected objects in 3d View.

Screenshot 2021-06-19 at 22 25 26

Usage

Once the Add-on is enabled, you can press CtrlR to enter a 'new name' for the active object as well as rename its data block (optional). In order to speed up the process you can hit Return followed by O to confirm, after typing the 'new name':

intro

The Add-on also allows to batch rename all objects in the current selection. The suffix is determined by the given number of hash characters at the end of the string. You can simply type Cube-### to get 'Cube-001', 'Cube-002' and 'Cube-003' as well as Cube-###r to get a reversed list.

intro

Installation

  1. Download the latest release
  2. In Blender open up User Preferences > Addons
  3. Click Install from File, select blender-viewport-rename.py and activate the Add-on

The add-on has emerged from: Is there an addon for renaming an object with a keyboard shortcut?