顶部标题栏¶
菜单¶
App Menu¶
- 启动画面
Open the 启动画面.
- 关于Blender
Opens a menu displaying information about Blender.
- Version
The Blender version.
- 日期
Date when Blender was compiled.
- Hash
The Git Hash of the build. This can be useful to give to support personal when diagnosing a problem.
- 分支
Optional branch name.
- Release Notes
Open the latest release notes.
- Credits
Open credits website.
- 许可证
Open License website.
- Blender Website
Open main Blender website.
- Blender Store
Open the Blender store.
- Development Fund
Open the developer fund website.
- 安装应用模板
安装一个新的 应用模板。
文件菜单¶
以下是文件菜单的选项:
- 新建 Ctrl-N
清除当前场景并加载选定的应用模板。
- 打开 Ctrl-O
打开 一个 blend文件。
- 打开近期文件 Shift-Ctrl-O
Displays a list of recently saved blend-files to open.
- 还原
重新打开当前文件最后保存的版本。
- 恢复
- 保存 Ctrl-S
保存 当前blend文件。
- 另存为… Shift-Ctrl-S
打开文件浏览器,指定 保存 的文件名和路径。
- 保存副本...
保存 当前文件的一个副本。
- 关联…
Links data from an external blend-file (library) to the current scene. The edition of that data is only possible in the external library. Link and Append are used to load in only selected parts from another file. See Linked Libraries.
- 追加…
Appends data from an external blend-file to the current scene. The new data is copied from the external file, and completely unlinked from it.
- 数据预览
数据预览 的管理工具。
- 导入
Blender可以使用存储在由其他图形程序创建的各种格式文件中的数据。查看 导入/导出。
- 导出
通常,您将作品保存在blend文件中,但您也可以将部分或全部作品导出为可由其他图形程序处理的格式。查看 导入/导出。
- 外部数据
External data, like texture images and other resources, can be stored inside the blend-file (packed) or as separate files (unpacked). Blender keeps track of all unpacked resources via a relative or absolute path. See pack or unpack external Data.
- 自动打包到 .blend 文件
此选项激活文件打包功能。 如果启用,则每次保存.blend文件时,所有外部文件都将保存(打包)在其中。
- 全部打包到 .blend 文件
打包所有使用的外部数据到.blend 文件。
- 解包到文件
解包blend文件中所有打包的文件至外部文件。
- 全部使用相对路径
把当前blend文件的所有外部文件路径改为当前blend文件的 相对路径 。
- 全部使用绝对路径
Make all paths to external files absolute. Absolute ones have full path from the system's root.
- 报告缺失文件
此选项对于检查是否存在不再存在的未打包文件的链接非常有用。 选择此选项后,信息编辑器标题中将显示一条警告消息。 如果未显示警告,则不会丢失外部文件。
- 查找缺失文件
如果您已在blend文件中断开链接,这可以帮助您解决问题。 将显示文件浏览器。 选择所需的目录(或该目录中的文件),并在其中以递归方式在所有包含的目录中执行搜索。 搜索中找到的每个丢失文件都将被恢复。 这些恢复将作为绝对路径完成,因此如果您想要相对路径,则需要选择 全部使用相对路径 。
Note
可能需要重新加载恢复的文件。 您可以逐个执行此操作,也可以保存blend文件并重新加载,以便立即重新加载所有外部文件。
- 清理
编辑菜单¶
- 撤销/重做/撤销历史
见 撤销 & 重做。
- 菜单搜索
基于名称查找菜单。
- 运算符搜索
基于名称执行一个操作(仅 开发者选项 下)。
- 重命名活动项
重命名活动物体或节点,更多信息见 重命名工具。
- 批量重命名
一次重命名多个数据类型,更多信息见 批量重命名工具。
- 锁定物体模式
Restrict select to the current mode.
- 偏好设置
打开设置窗口。
渲染菜单¶
- 渲染图片 F12
渲染活动场景的当前帧。
- 渲染动画 Ctrl-F12
渲染活动场景的动画。
See also
渲染动画 的更多细节。
- 渲染音频
Mix the scenes audio file to a sound file.
See also
渲染音频 的更多细节。
- 查看渲染 F11
Toggle show render view.
- 查看动画 Ctrl-F11
在单独的播放器中播放渲染动画。
See also
Animation player for details.
Animation player preferences to select different animation players.
- 锁定界面
在渲染期间锁定界面,以便为渲染引擎提供更多内存。