• 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 Reusing a collection of triggers

fishcakes

Active member
Joined
Jun 15, 2020
Messages
94
Reactions
159
Hello all. I have a collection of button triggers I use in quite a few scenes. To avoid having to recreate this collection of buttons every time I need them, I have these triggers saved in their own scene, and I merge them into the scene I'm working on. However, I would quite like to bundle these triggers into a single Atom, and use the 'Add Atom' Button to insert them into the current scene. Is this possible? And if so, how?

Thanks
 
Solution
I don't think its possible to create your own Atoms. Probably not impossible, but even more cumbersome than the merge load.

A better approach might be a session plugin that automatically applies the merge load, if the buttons are not yet there. A second plugin would be needed to be added to the default scene to setup the merge-load plugin as session plugin, so it survives scene changes.
I don't think its possible to create your own Atoms. Probably not impossible, but even more cumbersome than the merge load.

A better approach might be a session plugin that automatically applies the merge load, if the buttons are not yet there. A second plugin would be needed to be added to the default scene to setup the merge-load plugin as session plugin, so it survives scene changes.
 
Upvote 0
Solution
For the record, we were discussing with meshed about custom atoms. He said that it's gonna be possible in 2.x
 
Upvote 0
Back
Top Bottom