mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
d69b4927a2
The copy_node_graph() method checks for a "window" key in the context override, but get_shader_editor_context() wasn't providing it. This caused the function to return early, preventing external styles from loading. Updated get_shader_editor_context() to include the window when the screen differs from the current context, following the same pattern used in get_viewport_context().