DependencyViewer

Plugins DependencyViewer

This seems like it would be supremely useful, if I could get it to work. However, even with the latest version almost everything shows up as [MISSING][NOTFOUND]. I've tried the current scene (a locally created and saved custom scene), as well as unmodified scenes straight from the Hub (ex. WasserChan's Quiet Girl) , all with the same results.

I cracked open the var and inspected the plugin's code, and I think I see what's likely happening. It appears to be hard coded to only look for vars directly in the AddonPackages folder. However, VAM supports an arbitrarily deep folder structure within that, and I've created subfolders within it, one for each creator. That's likely why it's not locating the licensing information in my use case. To fix it would likely require adding some folder recursion anywhere you're trawling for vars.
 
Last edited:
This seems like it would be supremely useful, if I could get it to work. However, even with the latest version almost everything shows up as [MISSING][NOTFOUND]. I've tried the current scene (a locally created and saved custom scene), as well as unmodified scenes straight from the Hub (ex. WasserChan's Quiet Girl) , all with the same results.

I cracked open the var and inspected the plugin's code, and I think I see what's likely happening. It appears to be hard coded to only look for vars directly in the AddonPackages folder. However, VAM supports an arbitrarily deep folder structure within that, and I've created subfolders within it, one for each creator. That's likely why it's not locating the licensing information in my use case. To fix it would likely require adding some folder recursion anywhere you're trawling for vars.
Yes same issue here, I think he mentioned something to do with using only the current version and not updated version of vars to scan? Either way until this is fixed not very usable yet, but good work so far!
 
I love this plugin and use it a lot. But maybe a idea (if it's possible). I have a lot of scenes and addonpackages so my vam is extremly slow. I want to install a clean vam but loading a old scene it is carbage because al the addonpackages are gone. Is it possible to make the viewer so that it also can scan files on the pc so it can use my old addonpackages to find what is needed.
 
Hi DL! Just want to report that I'm getting this error when clicking on "Check Current Scene" in a just loaded scene:

1725440384138.png


I don't remember if this is the first time I try it with this scene or I've already done this in the past but... I'm sure I used your plugin many other times with no problems.

I know that these are very few infos but it seems related to a specific method.

I'll be happy to give you more details if you tell me what you may need to figure out the problem.

EDIT: Seems that TracePath() call itself a bunch of times until it get a null reference somewhere. I've seen there are only two foreach in TracePath() that calls itself. You may want to check them.
 
Last edited:
Back
Top Bottom