FiguraMC / Figura

Extensively customize your character with Figura!
https://modrinth.com/mod/figura
GNU Lesser General Public License v2.1
225 stars 44 forks source link

Ignore file changes in hidden folders #207

Closed Avatcher closed 3 months ago

Avatcher commented 5 months ago

Bug

Figura would trigger Model autoreload, even if a file withing a hidden directory was changed. It used to happen, as Figura only checked, if a file itself is hidden, and did not check, if the file is contained within a hidden directory. This used to lead to multiple unneeded autoreloads and high resources usage.

image

Solution