• 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.

Question Possible to create skin presets from my textures folders?

VRmatt

Active member
Joined
Jul 9, 2022
Messages
285
Solutions
1
Reactions
56
Does anyone know if there's a script that can go through the /custom/atom/person/texures folder and create a skin_preset for any folder that has torso+limbs+face textures inside of it?
 
Nope.
Never seen a plugin doing that. Probably because creating a skin preset is most likely more than simply slapping textures :p
 
Upvote 0
Well, regardless if it can create a 'finished product', it would go a long way if it can display folders of body textures (as above), in browser assist or similar.. ie; visually :)
 
Upvote 0
Does anyone know if there's a script that can go through the /custom/atom/person/texures folder and create a skin_preset for any folder that has torso+limbs+face textures inside of it?
Sounds like an interesting idea. Is a preset just some json file? If so it should be possible to write say a python script to generate presets based on finding files that match naming patterns such as torsoD.[ext] limbsD.[ext] and the others for Gloss, Normals etc.
 
Upvote 0
Back
Top Bottom