菜单

Blender uses a variety of different menus for accessing options and 操作项. Selecting menus can be interacted with in the following ways:

鼠标选择

在目标项 LMB 单击。

数字选择

可以使用数字键或者 Numpad 输入选项序号选择。例如 Numpad 1 用于选择第一项,以此类推。

如果内容过多,屏幕无法显示,会显示小三角形指示。可以把鼠标移动到菜单的上方或下方来滚动显示菜单。

快捷键

  • 悬停鼠标时使用 Wheel 。

  • 方向键用于浏览。

  • 可以使用带下划线的字符执行菜单选项。

  • 数字键或者小键盘可用于访问菜单项。( 1 表示第一项, 2 为第二项…等等。 对于长菜单, Alt-1 表示第11项… 直至 Alt-0 表示第20项)。

  • 按下 Return 执行选中的菜单项。

  • 按下 Esc 、将鼠标从弹出菜单移开或者 LMB 单击菜单外部任意位置关闭菜单。

标题栏菜单

../../../_images/interface_controls_buttons_menus_menu-button.png

图像编辑器标题中的图像菜单。

Most headers exhibit a set of menus, located at the start of the header. Header menus are used to configure the editor and access operators. All menu entries show the relevant shortcut keys, if any.

折叠菜单

有些情况下,通过折叠菜单来获得更多的水平空间可以带来不少便利。在标题栏 RMB 单击并选择 折叠菜单,就可以实现该操作。

../../../_images/interface_controls_buttons_menus_header-menu-expand.png

在标题栏任意位置右击。

../../../_images/interface_controls_buttons_menus_header-menu-collapsed.png

从收起图标访问菜单。

选择菜单

../../../_images/interface_controls_buttons_menus_select-menu.png

3D视图模式选择菜单。

选择菜单或者短选择器用于在一组选项中进行选择。选择菜单显示为按钮右侧带有向下箭头的文本与/或图标。 LMB 单击按钮,显示菜单选项。选中项在菜单中显示为激活状态。也可以使用 Ctrl-Wheel 来循环选项,而不必打开菜单。

弹出菜单

../../../_images/interface_controls_buttons_menus_popup-menu.png

变换坐标系弹出菜单。

弹出菜单是重叠式的,通过右侧显示正倒三角的菜单,或快捷键调出。 如果内容过多,屏幕无法显示,会显示小三角形指示。在菜单上方移动鼠标可以滚动菜单选项。 例如,视图着色按钮会弹出可用着色选项菜单。

上下文菜单

上下文菜单是使用快捷键打开的弹出菜单,编辑器可用 Menu,而属性可用 RMB。上下文菜单的内容取决于鼠标指针所在位置。

在编辑器中调用时,菜单包含对编辑器模式敏感的操作列表。或在按钮和属性上调用时,常用选项包括:

单一

设置或获得鼠标指针下方的数值。

全部

包含所有组合按钮。

Reset to Default Value(s) Backspace

Replaces the current value by the default.

Copy Data Path Shift-Ctrl-C

Copies the Python property data path, relative to the data-block. Useful for Python scripting.

Copy Full Data Path Shift-Ctrl-Alt-C

Copies the full Python property data path including any needed context information.

复制为新驱动器

Creates a new driver using this property as input, and copies it to the clipboard. Use Paste Driver to add the driver to a different property, or Paste Driver Variables to extend an existing driver with a new input variable.

复制到选定项

复制该属性值到选中物体对应属性。在钉住属性编辑器上下文时可使用该操作。

指定快捷键

Lets you define a keyboard or mouse shortcut for an operation. To define the shortcut you must first move the mouse cursor over the button that pops up. When “Press a key” appears you must press and/or click the desired shortcut. Press Esc to cancel.

See also

通用快捷键.

修改快捷键

自定义快捷键。

删除快捷键

取消已存在的快捷键关联。

Online Manual F1

在网页浏览器中打开在线Blender手册页面。

在线Python参考

访问上下文相关的 Python API 参考

编辑源文件

用于UI开发 — 如果控件是基于Python脚本的话,创建与该控件相关的源码文本数据块。在文本编辑器中,光标会跳转到定义该元素的代码行。

编辑翻译

用于UI开发 — 指向翻译代码行。

专用项菜单

专用项弹出菜单包含一组与内容相关的操作列表。 通过灰色背景倒三角按钮 specials-button 打开。

饼菜单

Pie菜单是菜单的菜单项,在键按下时的鼠标位置环绕排列。

../../../_images/interface_controls_buttons_menus_pie-menu.png

3D视图模式选择菜单。

Tip

按下快捷键调出Pie菜单,鼠标指针朝某个选项方向移动,单击即可选中,松开按键激活选中菜单项。

不移动鼠标并松开按键,菜单会保持打开,用户将鼠标指针朝Pie菜单某个选项方向移动,单击即可选中。移动鼠标指向Pie菜单某个选项后松开按键,会关闭菜单并激活选中菜单项。

Pie菜单中间的光碟部件显示当前Pie菜单方向,同时选中项高亮显示。不管鼠标位于菜单中间的光碟部件上还是其外,Pie菜单只有一个选中方向。

Pie菜单选项支持使用菜单项中下划线字母按键加速,还可以使用数字键选择。

如果有子菜单存在,会显示加号图标。

See also

Pie菜单设置