Status: 

Vuo version: 

OS version: 

  • macOS 11

CPU architecture: 

Intel x86_64

How severely does this bug affect you?: 

●●○○ — It's annoying but I can work around it.

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 been able to reproduce the problem?: 

●●● — Yes, the problem occurs consistently when I follow the steps above

Have you found a workaround?: 

Set File type = Any

Comments

Hmm, we haven't been able to

jstrecker's picture
Submitted by

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


DragFilesTest.vuo

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


list-pngs.vuo

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