Operadores#

Listado de operadores#

Referencia

Menú:

Ayuda ‣ Listado de operadores

Contexto:

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.

Operadores del sistema#

Recargar scripts#

Referencia

Modo:

Todos los Modos

Menú:

Barra superior ‣ Blender ‣ Sistema ‣ Recargar scripts

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

Estadísticas de memoria#

Referencia

Modo:

--debug-memory

Menú:

Barra superior ‣ Blender ‣ Sistema ‣ Estadísticas de memoria

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.

Importante

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

Menú de depuración#

Referencia

Modo:

Todos los Modos

Menú:

Barra superior ‣ Blender ‣ Sistema ‣ Menú de depuración

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.

Truco

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

Nota

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

Temporizador de redibujo#

Referencia

Modo:

Todos los Modos

Menú:

Barra superior ‣ Blender ‣ Sistema ‣ Temporizador de redibujo

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

Eliminar datos de espacio#

Referencia

Modo:

Todos los Modos

Menú:

Barra superior ‣ Blender ‣ Sistema ‣ Eliminar datos de espacio

Removes unused settings for invisible editors.