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

  1. C

    Plugins + Scripts Morph Merge And Split - Extended

    Well, for my purposes, I managed to hack together a small edit to the script with "save left" and "save right" toggles that will discard morphed vertices based on their +/- x position. So I was able to merge some isolated left/right breast morphs. Probably not worth posting because it's very...
  2. C

    Plugins + Scripts Morph Merge And Split - Extended

    I see people have asked about splitting out other specific body regions, but in my case I'm wondering if there's any practical way of splitting left/right breast morphs. Most morph sets end up being symmetric or otherwise affecting both breasts, but there are a few asymmetric clothing items I...
  3. C

    VaM 1.x Applying transparent material via script

    Ok so turns out the TransparentGlossNMNoCullSeparateAlpha shader does transparency fine, there was just an issue where 1) it doesn't seem to take into account the alpha value of the color parameter and 2) I was interpreting the _AlphaAdjust property of the shader as a (0,1) value instead of a...
  4. C

    VaM 1.x Applying transparent material via script

    Ah, in this case I'm looking for a shader/material that can still accept regular lighting but be semi-transparent, like the regular shape atoms. The plugin wouldn't be using them as gizmos like many do, the intent would be to attach (and then animate) some semi-opaque primitive spheres to a...
  5. C

    VaM 1.x Applying transparent material via script

    I have a plugin concept that would involve spawning in some Unity primitives, but I'd want them to be semi-transparent. I've messed around with some of the shaders (TransparentGlossNMNoCullSeparateAlpha, I believe) that are used on built-in models but haven't been able to then adjust the alpha...
  6. C

    Plugins + Scripts Sim Setter

    coinstacc updated Sim Setter (et al.) with a new update entry: The Big One Read the rest of this update entry...
  7. C

    Plugins + Scripts Sim Setter - The Big One

    It's here. After a bunch more effort than expected, the Sim Setter suite now has a plugin that can save and apply multiple "bundles" of clothing item sim positions. Key points: ItemSetter: ItemSetter is the new name of the script previously called SimSetter. It can save and restore one sim...
  8. C

    Plugins + Scripts Sim Setter

    Sorry, I think my phrasing was ambiguous there: I was reworking the bundle code in SheetSetter to be a bit more robust as a preparation step for using it in a more "complete" version of SimSetter. I did get it working (seemingly) fine, so I just started the process of porting it over and...
  9. C

    Plugins + Scripts Sim Setter

    Looping back to this as well, having now dug through a few other plugins' code it seems like the screenshots will only display in the load dialog if the preset file type is .json. I want to keep the separate file extensions to make the divisions between the types of presets clear, so I think...
  10. C

    Plugins + Scripts Sim Setter

    Would this be intended as a workaround for the current inability to save multiple states, or is it for another reason? If it's the former, I'm working on testing a refined system in SheetSetter so it can be expanded into the clothing side of things, so I'm prioritizing that as the solution.
  11. C

    Plugins + Scripts Sim Setter

    Does each pose have an instance of SimSetter it uses to set the clothing? This would lead to another potentially stupid question if so: did you make sure to save their respective sims in each one? They don't talk to each other so each one would need to be saved separately. I just ran a test...
  12. C

    Plugins + Scripts Sim Setter

    I set up what should be the barest version of the scenario (otherwise blank scene, basic person, body language + simsetter, two poses, pose 1 triggers set sim, ui buttons to apply each pose) and wasn't able to replicate the issue. The plugin should only send this message if the variable...
  13. C

    Plugins + Scripts Sim Setter

    Are you directly triggering a full scene change with the trigger? If so, are you also triggering Set Sim at the same time? If that's the case, or similar, it's possibly trying to trigger Set Sim before the plugin has its saved clothing and sim data loaded in. If not, can you give a more...
  14. C

    Plugins + Scripts Sim Setter

    Ah okay I get it now, I'll have to look into how that's done; the current preset code is basically just copied from what other creators have shared, so I haven't dug into it that much. You're right though, it would make some sense to have a thumbnail as a visual record of what each one is.
  15. C

    Plugins + Scripts Sim Setter

    I'm not quite sure what you mean by this, could you elaborate?
Back
Top Bottom