Files
test/doc/python_api/examples
Campbell Barton 97179b10fb Refactor: make "sys_info" an internal module, rename for clarity
- Move sys_info into an internal module to avoid having so many
  top level modules for Blender's internal functionality.
- Rename system_info sub-modules that pre-fill URL's for clarity.
- Move top-level exception handling into the operator.
- Report an error if an unexpected exception occurs.
- Use `Exception` instead of `BaseException` as there is no reason to
  catch the additional exceptions.
- Remove use of sys_info from the command line example,
  replace with in-lined system info.
2024-09-06 11:11:26 +10:00
..
2023-08-24 11:37:29 +10:00
2023-08-24 11:37:29 +10:00
2024-06-12 17:43:44 +02:00
2022-05-11 11:02:01 +10:00
2024-02-16 01:53:33 +01:00
2022-04-26 15:03:04 +10:00
2024-07-23 15:58:21 +10:00