重命名

    The Rename Active Item operator renames the active , Node, 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.

    查找/替换

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

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

    替换

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

    正则表达式

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

    区分大小写

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

    设置名称

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

    方法

    名称

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

    修剪字符

    空间(空格)

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

    数字

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

    标点

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

    Tip

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

    起始

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

    结束点

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

    修改大小写

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

    大写

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

    小写

    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. becomes Living Room.