mirror of
https://github.com/blender/blender
synced 2026-09-27 00:43:19 +03:00
Add support for add-ons to define commands using the new argument `-c` or `--command`. Commands behave as follows: - Passing in a command enables background mode without the need to pass in `--background`. - All arguments following the command are passed to the command (without the need to use the `--` argument). - Add-ons can define their own commands via `bpy.utils.register_cli_command` (see examples in API docs). - Passing in `--command help` lists all available commands. Ref !119115 |
||
|---|---|---|
| .. | ||
| bl_app_override | ||
| bl_console_utils | ||
| bl_i18n_utils | ||
| bl_keymap_utils | ||
| bl_previews_utils | ||
| bl_rna_utils | ||
| bl_text_utils | ||
| bl_ui_utils | ||
| bpy | ||
| bpy_extras | ||
| gpu_extras | ||
| addon_utils.py | ||
| animsys_refactor.py | ||
| bl_app_template_utils.py | ||
| blend_render_info.py | ||
| bpy_restrict_state.py | ||
| bpy_types.py | ||
| console_python.py | ||
| console_shell.py | ||
| graphviz_export.py | ||
| keyingsets_utils.py | ||
| nodeitems_utils.py | ||
| rna_info.py | ||
| rna_keymap_ui.py | ||
| rna_manual_reference.py | ||
| rna_prop_ui.py | ||
| rna_xml.py | ||
| sys_info.py | ||