重命名

重命名活动项

参考

菜单:编辑 ‣ 重命名活动项
快捷键: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.

批量重命名

参考

菜单:编辑 ‣ 批量重命名
快捷键: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.

数据类型

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

数据源

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.

操作

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 modify the data names farther.

查找/替换

查找/替换 在名称中搜索特定字符串,并可以选择将其替换为新的字符串。

查找

用于查找名称的文本字符串。

替换

用于替换匹配 查找 字符串的名称的文本字符串。

正则表达式

启用 正则表达式,一种自定义 查找/替换 字符串的强大方法。

区分大小写

搜索结果必须与 查找 字符串的大小写完全匹配。

设置名称

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

方法

  • 新建

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

    前缀

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

    后缀

    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.

名称

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

修剪字符

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

空间(空格)

Strips any space characters from the name, e.g. “Living Room “ becomes “Living Room”.

数字

Strips any numerical characters from the name, e.g. cube.001 becomes cube..

标点

Strips any punctuation characters (,.?!:; etc.) from the name, e.g. cube? becomes cube.

Tip

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

起始

清理和名称中的任何前导字符。

结束点

清理和名称中的任何尾随字符。

修改大小写

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

大写

Changes all text to be in upper case, e.g. cube.001 becomes CUBE.001.

小写

Changes all text to be in lower case, e.g. CUBE.001 becomes cube.001.

首字母大写

Changes all text to be in title case, e.g. living room becomes Living Room.