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

Recent content by poma

  1. poma

    Plugins + Scripts VaM Backstage - your library manager

    Done, will be in new version That's exactly what offload folders are for. Needs better naming? This would require some work to handle all edge cases. Like what if user toggles enable/delete/offload on such a package, do we move the target or symlink itself? And what if symlink target is on...
  2. poma

    Plugins + Scripts VaM Backstage - your library manager

    I'm still thinking what to do with an old package when user updates. Not sure what's the best and most intuitive action. For dependency packages it's easy - users can clean up in orphans filter, but idk what to do with main packages. Maybe I'll add it as options in settings so the user decides...
  3. poma

    Plugins + Scripts VaM Backstage - your library manager

    It currently ignores links to avoid circular references and such. What's your exact use case with links?
  4. poma

    VaM 1.x How to disable Grab gesture for scene

    Yes, most importantly for persons, but if all atoms it's even better. I'd like to be able to temporarily disable and be able to restore previous state. Like an on/off toggle. ChatGPT said I can make a plugin that walks all joints on all atoms (or use BulkAllowPossessGrab from snippets), was...
  5. poma

    VaM 1.x How to disable Grab gesture for scene

    Is there a way to toggle Grab gesture for the whole scene? Such that Grab button (or more specifically gesture with hand tracking) has no effect on atom nodes. Preferably without walking each atom node because it's assumed to be 3rd party arbitrary scene, and even if we remember previous node...
  6. poma

    VaM 1.x VR Headset Better Than Meta Quest 3?

    Apple Vision Pro is trash for PCVR, very laggy and poor quality, much worse than Quest 3. It was not made for 3D, but to put flat surfaces around your room with browsers and apps in AR. Valve has upcoming Steam Frame, but sadly it doesn't have hand tracking which is a pretty big deal for VaM...
  7. poma

    Plugins + Scripts VaM Backstage - your library manager

    poma updated VaM Backstage - your library manager with a new update entry: Auto hide even more irrelevant content and many small bug fixes and improvements Read the rest of this update entry...
  8. poma

    Plugins + Scripts VaM Backstage - your library manager - Auto hide even more irrelevant content and many small bug fixes and improvements

    Hide bundled hairstyles, poses, and clothing: Optional auto-hide rules for hair, pose, and clothing items that ship inside packages categorized as something else, so the Hairstyles, Poses, and Clothing views only show dedicated packs. Faster bulk actions: Enabling, disabling, and removing many...
  9. poma

    Plugins + Scripts VaM Backstage - your library manager

    That's a bug. I'll fix it and make it work faster, after testing disabling a large library took 10 seconds, should be under 1 second. Right, if it's not listed as a dependency in .var, enable/disable actions will not affect it. This use case would be solved by adding bulk actions to label right...
  10. poma

    Plugins + Scripts VaM Backstage - your library manager

    Enable/disable already works like that! When you disable a package, it will also automatically disable any of its dependencies that are not needed for other enabled packages. Same with enable, it will ensure everything that's needed is enabled. And as for snapshots, you can assign "Bananas"...
  11. poma

    Plugins + Scripts VaM Backstage - your library manager

    I don't think package manager is the right tool to edit package contents. One thing you can try to make it easier is to try and open scene file with a text editor, and maybe find/replace path in text will be faster than reloading in vam, if this works you can then ask ChatGPT to write a small...
  12. poma

    Plugins + Scripts VaM Backstage - your library manager

    Once you add offload folder you can change disable behavior to move files to that folder instead of renaming to .var.disabled Label inheritance already works, if you assign a label to package all its content items will show up when you filter content by that label. I'm considering how to...
  13. poma

    Plugins + Scripts VaM Backstage - your library manager

    poma updated VaM Backstage - VAR Package Manager with a new update entry: Major update Read the rest of this update entry...
  14. poma

    Plugins + Scripts VaM Backstage - your library manager - Major update

    Offload directories: Register paths outside AddonPackages to keep packages in your library without VaM loading them. Loose files in the library: Files outside .var packages now show up alongside your installs, with a filter to view local-only items. Custom labels: Organize packages and content...
  15. poma

    Plugins + Scripts VaM Backstage - your library manager

    What's the use case for enabling/disabling packages one by one? what's your typical flow? By the way, collections/labels and offload folder support are already implemented, will be released with the next version. I'm doing some testing and will release after that, probably today or tomorrow...
Back
Top Bottom