• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

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
49
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
Back
Top Bottom