[Bug] FindFiles node does not refresh correctly

 

Hi there.

I'm trying to use FindFiles to find certain folders.
The node is setup like this:

Initially it finds the folders I'm searching for, but when a new folder is added, it won't refresh the list when I trigger 'Refresh'.
However, when I toggle e.g. 'Find Files' and/or any other of those switches the list is refreshed.

I also tried to 'hackfully' toggle those switches when I trigger Refresh, but to no avail...

Cheers & all the best.

Eric.


   EricWest

 
Profile Image
Eifert@Aximmetry
  -  

Hi Eric,

We couldn't recreate this issue.

Did you try pressing the trigger of the module instead of some automatic behavior?
Note that the Trigger data is actually a series of 0 and 1. And the triggering happens when the data changes from 0 to 1.
So it is impossible to trigger in consecutive frames or at every frame as you need an intermediate frame with a trigger value of 0.
You can trigger however every second frame like this:

Warmest regards,