blender/scripts/modules
Campbell Barton 9372e0dfe0 CLI: support defining custom commands via C++ & Python API
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
2024-03-08 11:10:13 +11:00
..
bl_app_override
bl_console_utils
bl_i18n_utils Fix/tweak UI messages (typos etc.). 2024-03-04 11:17:55 +01:00
bl_keymap_utils Fix #118103: Warning property alt navigation 2024-02-12 09:33:07 -03:00
bl_previews_utils Cleanup: spelling in comments, remote debug print 2024-01-19 17:28:14 +11:00
bl_rna_utils
bl_text_utils
bl_ui_utils
bpy CLI: support defining custom commands via C++ & Python API 2024-03-08 11:10:13 +11:00
bpy_extras Revert changes from main commits that were merged into blender-v4.1-release 2024-02-19 15:59:59 +01:00
gpu_extras
addon_utils.py Extensions: improve UI for adding/removing repositories 2024-02-02 20:46:45 +11:00
animsys_refactor.py
bl_app_template_utils.py
blend_render_info.py
bpy_restrict_state.py
bpy_types.py Merge branch 'blender-v4.1-release' 2024-03-01 22:40:23 +01:00
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 Merge branch 'blender-v4.1-release' 2024-02-19 22:30:58 -05:00
rna_prop_ui.py UI: Remove empty space in Custom Properties panel 2024-02-05 14:34:14 +01:00
rna_xml.py
sys_info.py GPU: Add maximum image units to GPU capabilities 2024-03-05 07:25:20 +01:00