• Hi Guest!

    We have recently posted a VaM2 2024 Progress Update on Patreon!
    Check out the details here: https://www.patreon.com/posts/vam2-august-2024-111164439
  • Hi Guest!

    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!

  • Happy Holidays Guest!

    We want to announce that we will be working at reduced staffing for the holidays. Specifically Monday the 23rd until Jan 2nd.

    This will affect approval queue times and responses to support tickets. Please adjust your plans accordingly and enjoy yourselves this holiday season!
Unreferenced var mover

Other Unreferenced var mover

Pharanesch

Member
Messages
27
Reactions
37
Points
13
Pharanesch submitted a new resource:

Unreferenced var mover - Python script to move .vars not used anywhere to a seperate folder

This is for those who have a lot of var files they are not sure can be safely deleted or not.
It will show all var files not referenced in any other var or vap file in your VaM install.

The zip file contains the python script and an exe file compiled from it.

How to use

Use the "Load Images" button to select the root of your VaM install, eg. the one containing the "AddonPackages" folder
View attachment 436876
  • Clicking an image will open the...

Read more about this resource...
 
Pharanesch updated Unreferenced var mover with a new update entry:

Optimization

I have optimized some of the code, so it should (from my local testing) load about 33% faster.
Part of this is the removal of the temporary file load of the images inside the var files, which was by far the biggest problem.
I have also added some basic logging in case errors occur. This will be placed in a log file named "UnreferencedVarViewer.log" beside the exe file.
It also handles repeated activations of the "Load Images" button better now, adjusting the scrollable area to fit the new...

Read the rest of this update entry...
 
If I have my own custom VAR that only contains custom morphs and isn't called by any other var will this remove it?
Is there a way to exclude?
 
The tool doesn't catch references from Saves/scene/*.json files, does it? I might be overlooking something.
Any chance you could add that, please?
 
Back
Top Bottom