重命名

重命名活动项

参考

菜单

编辑 ‣ 重命名活动项

快捷键

F2

The Rename Active Item operator renames the active Bone, Node, Object and Sequence Strip.

执行操作时,将显示一个弹出对话框。文本框显示当前项的名称,可以覆盖以重命名。 Return 确认名称,而 Esc 取消操作。

批量重命名

参考

菜单

编辑 ‣ 批量重命名

快捷键

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.

数据源

在何处查找要重命名的数据块。

  • 选中项

    对当前选定的对象进行操作。

    全部

    对blend文件中的所有数据进行操作。

数据类型

批量重合作操作处理的 数据块类型

操作

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 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.

查找

The text to search for in names.

替换

The text to replace for in matching names found from the Find text.

区分大小写

Search results must exactly match the case of the Find text.

设置名称

设置名称 的工作原理最类似于 重命名活动项,无需执行查找和替换操作即可重命名当前数据块。

方法

  • 新建

    无视当前名称,将其替换为”新”名称。

    前缀

    将文本添加到当前名称的开头。这对于在数据块名称的前缀中查找特定文本的工具很有用。

    后缀

    将文本添加到当前名称的末尾。这对于在数据块名称的”后缀”中查找特定文本的工具非常有用。

名称

定义新名称或要添为前缀/后缀的文本。

修剪字符

修剪字符 通过从名称的开头或结尾删除某些字符类型来清理名称。

字符

  • 空间(空格)

    去除名称中多余的空格字符,比如, Living Room `` 改为 ``Living Room.。

    数字

    去除名称中的任何数字字符,比如 cube.001 改为 cube.

    标点

    去除名称中的任何标点符号 (,.?!:; 等),比如 cube? 改为 cube

Tip

可通过 Shift-LMB 选择多个类型,一次性删除多种字符。

片段来自

  • 起始

    Strips any leading characters in the name.

    结束

    Strips any trailing characters in the name.

修改大小写

修改大小写 按照以下方法修改名称的大小写:

转换至

  • 大写

    将所有文本更改为大写,比如 cube.001 改为 CUBE.001

    小写

    将所有文本更改为小写,比如 CUBE.001 改为 cube.001

    首字母大写

    将所有文本更改为单词首字母大写,比如 living room 改为 Living Room