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

Solved Are all textures always loaded from other creators clothing in a scene?

Origin69

Well-known member
Wiki Contributor
Joined
Feb 4, 2021
Messages
754
Solutions
35
Reactions
1,823
I'm making a scene where I have removed and replaced the textures used for another creators clothing items, but I think it is still loading them all first from the VAR and then overwriting with my changes. I want to reduce the image load for my scene as I'm adding all my own textures. Anyone know how this works?
 
One surefire way to check what is coming from where is to open the scene's JSON and check if the old VAR is still referenced for something.
With clothes it may be calling for a clothes preset instead of the specific items, and if this is the case it may continue at other times to call new presets.
 
Upvote 0
Back
Top Bottom