Skip to content

Commit 79a840f

Browse files
authored
#5720: mari - collect channels without paintable or procedural layer (node graph allows exportable data to exist) (#91)
1 parent b63b203 commit 79a840f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/mari/collector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ def collect_texture_elements(self, settings, parent_item):
216216
found_layers = self._find_layers_r(channel.layerList())
217217
if not found_layers:
218218
# no layers to publish!
219-
self.logger.warning("Channel '%s' has no layers. The channel will not be collected" % channel_name)
220-
continue
219+
self.logger.warning("Channel '%s' has no paintable or procedural layers. "
220+
"Collecting it anyway." % channel_name)
221221

222222
# Define the item's properties
223223
properties = {}

0 commit comments

Comments
 (0)