Перейменування – Rename¶
Перейменувати Активний Елемент – Rename Active Item¶
Орієнтир – Reference
- Меню – Menu
«Редагування > Перейменувати Активний Елемент» –
- Скорочення – Hotkey
F2
The Rename Active Item operator renames the active Bone, Node, Object and Sequence Strip.
When the operator is executed, a pop-up dialog appears. The text field shows the name of the current item and can be overwritten to rename the item. Return confirms the name while Esc cancels the operator.
Пакетне Перейменування – Batch Rename¶
Орієнтир – Reference
- Меню – Menu
«Редагування > Пакетне Перейменування» –
- Скорочення – Hotkey
Ctrl-F2
The Batch Rename operator can rename many data-block names at once.
This uses a pop-up dialog with operations and their options to change the name.
These actions are applied in order, from first to last.
- Тип Даних – Data Type
Тип data-block type для виконання операцій пакетного перейменування щодо нього.
- Джерело Даних – Data Source
Where to look for the data-blocks that are intended to be renamed.
- Selected
Operates on the currently selected objects.
- All
Operates on all data in the blend file.
To the left of this option gives a readout on how many data-blocks are able to be renamed.
Операції – Operations¶
The Batch Rename has several sub Operations to change the data names. The default operation is Find/Replace however, other operations can be added to change the data names further.
Знаходження/Заміна – Find/Replace¶
Find/Replace searches for a particular text in the names and optionally replaces it with a new text.
- Знаходження – Find
The text to search for in names.
- Заміна – Replace
The text to replace for in matching names found from the Find text.
- Регулярні Вирази – Regular Expressions
Enables the use of Regular Expressions which are a powerful way to tailor the Find/Replace texts.
- Чутливо до Регістру – Case Sensitive
Search results must match the Find text’s case exactly.
Задати Ім’я – Set Name¶
Set Name працює найбільш подібно до Rename Active Item шляхом перейменовування поточного блоку даних без потреби робити операцію знаходження та заміни.
- Метод – Method
- Нове – New
Нехтує поточним іменем, замінюючи його «новим» іменем.
- Префікс – Prefix
Додає текст на початок поточного імені. Це корисно для засобів, що шукають спеціальний текст у префіксі імені блоку даних.
- Суфікс – Suffix
Adds text to the end of the current name. This is useful for tools that look for special text in the suffix of a data-block name.
- Ім’я – Name
Defines the new name or the text to add as a prefix/suffix.
Поздирати Символи – Strip Characters¶
Strip Characters вичищає імена шляхом вилучання певних типів символів на початку або кінці імені.
- Пробіли – Spaces
Здирає будь-які символи пробілів з імені, наприклад «Living Room » стає «Living Room».
- Цифри – Digits
Strips any numerical characters from the name, e.g.
cube.001
becomescube.
.- Пунктуація – Punctuation
Strips any punctuation characters (
,.?!:;
etc.) from the name, e.g.cube?
becomescube
.
Порада
Кілька одночасно типів символів може бути вилучено за раз шляхом Shift-LMB на типах.
- Старт – Start
Здирає будь-які ведучі символам в імені.
- Кінець – End
Здирає будь-які хвостові символи в імені.
Змінити Регістр – Change Case¶
Change Case modifies the case of names to be one of the following:
- Верхній Регістр – Upper Case
Changes all text to be in upper case, e.g.
cube.001
becomesCUBE.001
.- Нижній Регістр – Lower Case
Changes all text to be in lower case, e.g.
CUBE.001
becomescube.001
.- Заголовні Назв – Title Caps
Changes all text to be in title case, e.g.
living room
becomesLiving Room
.