VaM 1.x Posting Python scripts

Threads regarding the original VaM 1.x

TheBlueBlood

Member
Joined
Jun 3, 2020
Messages
61
Reactions
73
Hello!

I just made a pretty good plugin with AI to do two things:

1-Find all duplicates, and then through a small GUI decide which one to keep (with previews, and some logs so everything is very detailed so even if you delete something you didn't want, you'll still have a backlog to check back)
2-Retag all your vars (clothes and hairs). Begone custom tags that isn't useful. Again, a small GUI with the preview of the item, all the vam existing tags (can select which ones you want), and a place to add your own custom tags (in the Other Tags filter in vam).

Just thought it could be useful to other people, who like me, are clean freaks and want to have everything categorised and no duplicates. But the thing is, it's a full on python script. Not sure if this is allowed to post.

Thanks
 
I just made a pretty good plugin with AI to do two things:

You mean AI made a pretty good plugin then :p


Not sure if this is allowed to post.

Anything executing code locally will get a warning for users to use at their own risks. You can share a resource with anything you want, it will just be verified and tagged/edited accordingly by our team depending on the content.

Don't post a resource that cannot by used immediately without instructions. If your thing is a python script. Provide informations and a tutorial to run the script in a ELI5 manner so that any user can use it without an engineer degree.
 
Upvote 0
Maybe wait on posting anything for now ;)

 
Upvote 0
Maybe wait on posting anything for now ;)

Yes, I know what's why 😅
 
Upvote 0
All scripts and plugins must go through the resource approval process and cannot be posted in the forums for security reasons.
 
Upvote 0
I know? Never wanted to publish the script in the forums?
Just basing this on:

But the thing is, it's a full on python script. Not sure if this is allowed to post.

and the fact that we're in the forums instead of in a support ticket to staff. Assumption would be you want to post in the forums. If you have specific questions about what is allowed on the Hub, please direct questions to staff through a support ticket and we'll be happy to help. :)
 
Upvote 0
Just basing this on:



and the fact that we're in the forums instead of in a support ticket to staff. Assumption would be you want to post in the forums. If you have specific questions about what is allowed on the Hub, please direct questions to staff through a support ticket and we'll be happy to help. :)
Oh I understand the confusion. Was only asking if this kind of script was allowed to be published through the normal means.
Already posted the ressource. Currently hidden due to the unexpected issue encountered, which im hoping the fix I found actually works.
 
Upvote 0
Since we're already here, I'd like to discuss.

I'm not really sure how this isn't breaking most of the scenes in someone's vam folder? Whether they are duplicates or not, you are removing files from the scene's VAR, which will break the scene.
 
Upvote 0
The issue of not including duplicates in the VAR and using dependencies instead is an administrative one. I don't think it can be solved by removing the files.
 
Upvote 0
Back
Top Bottom