• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

VaM 1.x search for scenes that depend on a specific var file

Threads regarding the original VaM 1.x

pingox

Member
Joined
Mar 18, 2024
Messages
50
Reactions
4
Hello, is there an efficient tool for searching for the vars on which a var file depends?
For example, a tool that scans all the folder (which takes some time) and then displays all the addonPackages vars in a table on the left, and when we click on one of them, it displays the vars that depend on that var on the left in a table on the right (these are not the dependencies of a scene, it's the other way around, they are the scenes or other elements that depend on the var we clicked on).

Thanks
 
This should help.
 
Upvote 0
This should help.
Thank you, if I understand correctly, this shows the results one by one... I can do that using PowerShell code and the command window. I would prefer something more massive.

However, I found this one,
but I've seen that unexpected bugs are popping up, so I'm not going to test it. But this one had exactly what I'm looking for, and much more... With one click, it shows the ones that depend on it...
 
Upvote 0
How about this one?
 
Upvote 0
How about this one?
Thank you, from what I understand, this shows dependencies and subdependencies. It looks good, but I'm looking for the opposite: the variables that depend on the target file.
I also prefer it to be usable outside of VAM.
 
Upvote 0
Thank you, from what I understand, this shows dependencies and subdependencies. It looks good, but I'm looking for the opposite: the variables that depend on the target file.
I also prefer it to be usable outside of VAM.
I use a Python script. I updated it at one point. It's strictly text and command line.
 
Upvote 0
I use a Python script. I updated it at one point. It's strictly text and command line.

Thanks. Yes, I already commented on that post myself. I also wrote a script and integrated it with the right-click menu. It's very functional, but I'd still like something more powerful.

I'm going to make a small tool in C# and .NET to show me the list of dependents, dependencies, thumbnails, and categories for each VAR. I'll also search for the dependency of these vars in the Clothing, Appearance, and Hair presets. I often delete vars that I didn't know were used there.

Basically, there are tools like the ones I've already found there, but they all recommend backups, and there are comments that VAM can behave strangely... I'm going to create a basic one.
 
Upvote 0
Done. Saturday work!
I'm not going to share it because it's an executable file, and I doubt people would install an .exe file like this without knowing what it is. I also think there are other tools out there that can do more and do it better. This one works for what I need because I defined the search criteria myself.

PingoManager_.png
 
Upvote 0
Back
Top Bottom