mirror of
https://github.com/blender/blender.git
synced 2026-01-14 03:19:40 +00:00
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