Merge branch 'blender-v4.4-release'

This commit is contained in:
Campbell Barton
2025-03-06 15:54:01 +11:00

View File

@@ -562,6 +562,7 @@ class NODE_OT_viewer_shortcut_set(Operator):
del cls
space = context.space_data
return (
(space is not None) and
space.type == 'NODE_EDITOR' and
space.node_tree is not None and
space.tree_type == 'CompositorNodeTree'
@@ -625,6 +626,7 @@ class NODE_OT_viewer_shortcut_get(Operator):
del cls
space = context.space_data
return (
(space is not None) and
space.type == 'NODE_EDITOR' and
space.node_tree is not None and
space.tree_type == 'CompositorNodeTree'