操作

Operator Cheat Sheet

参考

Menu

Help ‣ Operator Cheat Sheet

Context

Enable Developer Extras

Creates a text file in the Text Editor that gives a list of all operators and their default values in Python syntax, along with the generated docs. This is a good way to get an overview of all Blender's operators.

System Operators

Reload Scripts

参考

模式

所有模式

Menu

Topbar ‣ Blender ‣ System ‣ Reload Scripts

快捷键

Ctrl-Alt-T

Reloads all scripts found in the scripts data folder; any changes that have been made in the Text Editor will be lost!

内存统计

参考

模式

--debug-memory

Menu

Topbar ‣ Blender ‣ System ‣ Memory Statistics

This operator which can be found by searching "Memory Statistics" with the Operator Search will print useful information about memory objects, their size and user count.

Important

要使用该操作的完整功能,请从控制台使用 --debug-memory 启动Blender。

调试菜单

参考

模式

所有模式

Menu

Topbar ‣ Blender ‣ System ‣ Debug Menu

快捷键

Ctrl-Alt-D

该操作将弹出一个菜单,用于设置Blender为某个调试模式。

各个值的作用描述见 源码

Tip

开发人员可以在代码中搜索 G.debug_value,查找该操作的其他用法。

Note

可以在调试模式下启动Blender或设置 bpy.app.debug = True 来访问其他调试选项。

重绘计时器

参考

模式

所有模式

Menu

Topbar ‣ Blender ‣ System ‣ Redraw Timer

快捷键

Ctrl-Alt-T

该操作将显示一个菜单,包含一组对撤销/重做功能的基准UI渲染时间的测试。

Clean-Up Space-Data

参考

模式

所有模式

Menu

Topbar ‣ Blender ‣ System ‣ Clean-up Space-data

Removes unused settings for invisible editors.