Files
blender/doc/python_api
Nick Alberelli e1008386eb PyAPI: support for context logging to suppress missing member access
Add hide_missing keyword argument to temp_override.logging_set().
This reduces noise from members that aren't available in the current
context while still showing members that exist but are empty.

- Add CTX_LogFlag enum with Access and HideMissing flags to control
  context member logging behavior during temporary overrides.

- Store & restore original logging with a temporary context so each
  context override properly stores & restores the logging options.

Ref !148760
2026-01-13 19:17:09 +11:00
..