tornavis/doc
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
..
blender_file_format Revert changes from main commits that were merged into blender-v4.1-release 2024-02-19 15:59:59 +01:00
doxygen Revert changes from main commits that were merged into blender-v4.1-release 2024-02-19 15:59:59 +01:00
guides Cleanup: spelling in comments 2023-08-25 09:40:42 +10:00
license Licenses: add MPL-2.0 (from recent inclusion of NanoVDB.h) 2023-12-12 13:08:16 +11:00
manpage Fix manpage hiding lines beginning with single quotes 2024-02-09 16:45:21 +11:00
python_api CLI: support defining custom commands via C++ & Python API 2024-03-08 11:10:13 +11:00