文本编辑器#

This editor can be used to write Python scripts, Open Shading Language scripts, or just plaintext notes. To open it, you can switch to the Scripting workspace or press Shift-F11 to replace the current editor.

主视图#

敲击键盘可以在文本缓存中输入文本。

跟平常一样,按下拖动并松开 鼠标左键 用于选择文本。按下 鼠标右键 打开上下文菜单。

Tip

在你想要分享你的 blend 文件的时候,文本编辑器也很方便:你可以留下注释,解释文件的结构。保存时请确保编辑器可见,以便他人看到!

用法#

运行脚本#

最显著的按键是 Alt-P,它会将当前文本作为 Python 脚本执行。你不仅可以访问标准 Python 模块,还可以访问大量 Blender 特有的模块;请参见脚本与扩展 Blender