Thao Tác

Bảng Liệt Kê các Thao Tác

Tham Chiếu

Trình Đơn

Help ‣ Operator Cheat Sheet

Ngữ Cảnh

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.

Thao Tác Hệ Thống

Nạp lại tập lệnh

Tham Chiếu

Chế Độ

Tổng Thể

Trình Đơn

Topbar ‣ Blender ‣ System ‣ Reload Scripts

Tổ Hợp Phím Tắt

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!

Thống Kê về Bộ Nhớ

Tham Chiếu

Chế Độ

--debug-memory

Trình Đơn

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.

Quan trọng

To fully use this operator run Blender from the console with --debug-memory.

Trình Đơn Hiệu Chỉnh Lỗi

Tham Chiếu

Chế Độ

Tổng Thể

Trình Đơn

Topbar ‣ Blender ‣ System ‣ Debug Menu

Tổ Hợp Phím Tắt

Ctrl-Alt-D

This operator brings up a menu to set Blender into a certain debug mode.

See the source code for a description of what each value does.

Mẹo

Developers can search the code for G.debug_value to find other possible uses for this operator.

Ghi chú

Additional debug options are available by launching Blender in debug mode or setting bpy.app.debug = True.

Vẽ Lại Đồng Hồ

Tham Chiếu

Chế Độ

Tổng Thể

Trình Đơn

Topbar ‣ Blender ‣ System ‣ Redraw Timer

Tổ Hợp Phím Tắt

Ctrl-Alt-T

This operator brings up a menu with a list of tests to benchmark UI render times along with undo/redo functions.

Dọn Dẹp Dữ Liệu-Không Gian

Tham Chiếu

Chế Độ

Tổng Thể

Trình Đơn

Topbar ‣ Blender ‣ System ‣ Clean Up Space-data

Removes unused settings for invisible editors.