diff --git a/node_wrangler.py b/node_wrangler.py index 491058c1dc1ed94400ba89f626bc18182ac6a5e6..b6a7b43774b68001b02ce7afa423dde62b230701 100644 --- a/node_wrangler.py +++ b/node_wrangler.py @@ -3192,7 +3192,7 @@ class NWSaveViewer(bpy.types.Operator, ExportHelper): @classmethod def poll(cls, context): - return nw_check(context) and context.space_data.tree_type == 'CompositorNodeTree' + return nw_check(context) and context.space_data.tree_type == 'CompositorNodeTree' and "Viewer Node" in [i.name for i in bpy.data.images] def execute(self, context): fp = self.filepath