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

VaM 1.x Automatic references in Add-on Package Builder

Threads regarding the original VaM 1.x

Nickon7777

Active member
Featured Contributor
Joined
Sep 15, 2024
Messages
55
Reactions
237
Is there a way to replace direct reference to my pose.vap for example in a scene I want to publish with a reference to the resulted .var file? My scene contains a floating button with the Action: A_LoadPresetWithName: Pose (direct ref). When I want to publish an update of the scene I have to replace the reference manually to A_LoadPresetWithName:Nickon7777.pack.3: Pose (what I would forget every time of cause). Do I miss something?
 
Last edited:
You should use LoadPresetWithPath instead. The Package Builder automatically corrects it to point to the var it's building. You have to include the pose preset in the var too. What you'll see in the scene.json is SELF:/Custom/Atom/Person/Pose/something.vap.
 
Back
Top Bottom