Перейменування – Rename
Перейменувати Активний Елемент – Rename Active Item
Reference – Довідка
- Menu – Меню:
«Редагування > Перейменувати Активний Елемент» –
- Shortcut – Шоткат:
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 – Меню:
«Редагування > Пакетне Перейменування» –
- Shortcut – Шоткат:
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 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.
- Тип Даних – Data Type
Тип data-block type для виконання операцій пакетного перейменування щодо нього.
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. Below all the operations gives a message in the status bar on how many data-blocks were renamed.
Знаходження/Заміна – Find/Replace
Find/Replace searches for a particular text in the names and optionally replaces it with a new text. Regular Expressions can be used as a powerful way to tailor the Find/Replace texts and can be enabled using the icon to the right of the text fields.
- Знаходження – Find
The text to search for in names.
- Replace – Заміна
The text to replace for in matching names found from the Find text.
- Case Sensitive – З Урахуванням Регістру
Search results must exactly match the case of the Find text.
Задати Ім’я – Set Name
Set Name працює найбільш подібно до Rename Active Item шляхом перейменовування поточного блоку даних без потреби робити операцію знаходження та заміни.
- Method – Метод
- New – Нове:
Нехтує поточним іменем, замінюючи його «новим» іменем.
- Prefix – Префікс:
Adds text to the beginning of the current name. This is useful for tools that look for special text in the prefix of a data-block name.
- 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 вичищає імена шляхом вилучання певних типів символів на початку або кінці імені.
- 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 на типах.
- Strip From
- Start – Старт:
Strips any leading characters in the name.
- Кінець – End:
Strips any trailing characters in the name.
Змінити Регістр – Change Case
Change Case modifies the case of names to be one of the following:
- Convert To – Конвертування В
- Верхній Регістр – 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
.