操作¶
Operator Cheat Sheet¶
参考
- Menu
- 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.
See also
System Operators¶
Reload Scripts¶
参考
- 模式
所有模式
- Menu
- 快捷键
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
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。