We are excited to announce a new feature on the Hub: Favorites!
You can now add resources to your favorites, and organize your favorites into collections!
You can check out the details in our official announcement!
Having many .vars with preloadMorphs set can slow down VAM and make it difficult to find specific morphs. This function creates the package preference file to disable the preload morphs function on any .var that has this set.
Added function to disable the preloadMorphs setting on all vars. This will create/update the .prefs file in the \AddonPackagesUserPrefs folder setting preloadMorphs to false.
DOES NOT ALTER VARS IN ANY WAY
Added function to revert the preload morphs settings which will remove the .prefs files in \AddonPackagesUserPrefs
Actually will rename the files .prefs.bak instead of deleting anything
Thanks to RandomVAMUserpointing out some specifics on how the dependencies are built.
I realized the dependencies are really focused on the file name more than anything, so I change the code back to try parsing the filename first and then fall back to reading the meta.json for the creator/packagename if the file is named incorrectly.