vuo.file.list – file type PNG not found

Steps causing the bug to occur

When List files > File type = Image the PNG files are not counted.

  1. Drag folder to window (vuo.ui.drag.file2)
  2. Get URL (vuo.ui.get.drag)
  3. List files (vuo.file.list, File Type: Image)
  4. Count files (vuo.list.count)
  5. Print count (vou.layer.make.text2)
  6. Render layers to window (vuo.layer.render.layer2)

If List files > File Type = Any the files are counted.

Have you found a workaround?

Set File type = Any

Other notes

  • Vuo version: 2.4.1
  • macOS version: macOS 11
  • CPU: x86_64
  • Have you been able to reproduce the problem? Yes, the problem occurs consistently when I follow the steps above
  • How severely does this bug affect you? It’s annoying but I can work around it.

Hmm, we haven’t been able to reproduce this problem. In our testing, PNGs are listed just like any other image.


DragFilesTest.vuo (1.97 KB)

Looking at an even simpler example, does the following work for you?


list-pngs.vuo (1.36 KB)

If that works but your composition still doesn’t, could you share the composition and folder that are not working?