• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Recent content by MimeRubberneck

  1. M

    Paid Looks Freya - GoW 4

    How do you create those buttons that you have in the top-right of the video? The ones that say "front", "back", etc. Is there a plugin for it?
  2. M

    Plugins + Scripts ExpressionRouter

    Sorry but I am not able to understand the meaning of groups. Specifically: What does it mean if I add two expressions (say E1 and E2) to G1. Are they gonna apply in sequence (E1 -> E2)? Or is one of them going to be applied randomly? What does it mean if I add E1 to G1 and E2 to G2? I see that...
  3. M

    Paid Looks Gemma

    Looks great! Any plans for Alma?
  4. M

    How common is it for look creators to use external tools for making morphs?

    First things first, I acknowledge that there is a wide variety of creators with varying levels of expertise and their own workflows. And I understand that there is probably no one correct way to go about things. That being said, I am wondering how common it is for creators to use tools like Daz...
  5. M

    Plugins + Scripts Appearance Loader

    I don't know. But there is a plugin called morphmergesplit that is able to split a morph into head morph and body morph. You could talk to its author or someone who has contributed to it to see if morphs can be split on a finer level the way you want.
  6. M

    Plugins + Scripts BodyLanguage

    Yeah. I guess I could disable the gaze from its UI and save that setting as the default.
  7. M

    Plugins + Scripts BodyLanguage

    Is there a way I can configure so that when I add the plugin to a Person atom, PoseMe is disabled by default?
  8. M

    Plugins + Scripts Appearance Loader

    I tried to replicate the behaviour but couldn't. Looks like it is working as expected. Sorry about that.
  9. M

    Plugins + Scripts Appearance Loader

    It seems like an improvement because in the left hand pane of the dialog, it lists packages that have scene files in them. This is a great quality of life upgrade. However, one thing I notice is that if I select a scene with only one person atom in it, the plugin does load the appearance...
  10. M

    Plugins + Scripts Appearance Loader

    Works great. Haven't found any issues so far.
  11. M

    Plugins + Scripts Appearance Loader

    Sorry for the silence. I completely borked my computer. Once I set everything back up I will look into the updated script. Thanks.
  12. M

    Plugins + Scripts Appearance Loader

    That is happening because of this line: StartCoroutine(changeMorph()); This starts changeMorph in a new coroutine. So the setNewData() function returns immediately without waiting for changeMorph() to finish, while changeMorph() runs in the background. I was able to fix this...
  13. M

    Plugins + Scripts Appearance Loader

    First thing I wanna ask is why you are using WaitForSeconds(1f) in places like this: DAZMorph morph; morphControl.GetMorphUids().ForEach((uid) => { morph = morphControl.GetMorphByUid(uid)...
  14. M

    Plugins + Scripts Appearance Loader

    Sorry but this was my first time programming in C#. I will look into it though. I will feel good if I can contribute meaningful improvements to this plugin.
  15. M

    Plugins + Scripts Appearance Loader

    Thanks for your work. It is by far my most used plugin. I made this change in your script: // SuperController.singleton.GetMediaPathDialog(HandleLoadPreset, "json", tempPath, true, true, false, null, false, jsonSceneShortcuts)...
Back
Top Bottom