Files
test/doc/python_api/examples
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
..
2021-09-18 19:28:55 +02:00
2021-07-06 12:05:27 +10:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-11-01 10:53:47 +11:00
2019-06-06 17:13:02 +02:00
2021-07-06 12:05:27 +10:00
2019-03-22 00:07:06 +11:00
2019-03-22 00:07:06 +11:00
2023-08-24 11:37:29 +10:00
2023-08-24 11:37:29 +10:00
2022-05-11 11:02:01 +10:00
2016-02-15 19:43:08 +11:00
2019-03-17 21:00:56 +11:00
2015-09-08 19:42:58 +10:00
2024-02-16 01:53:33 +01:00
2022-04-26 15:03:04 +10:00
2023-11-24 07:20:52 +01:00