Search results for query: *

  1. N

    Plugins HairExporter

    New version (1.0) posted today imports directly to the new curves system with hair nodes Assuming the blender hair is stored as curves (or convertible to curves) someone could probably write a plug-in to import the vertices of each curve as a hair strand. The big challenge that comes to mind...
  2. N

    Plugins HairExporter

    northern.shikima updated HairExporter Beta with a new update entry: HairExporter is out of beta! Read the rest of this update entry...
  3. N

    Plugins HairExporter - HairExporter is out of beta!

    HairExporter has been entirely re-written! No more manual steps. No more CLI tool. Much better results in just a couple clicks! Export directly within VaM. Imports directly to Blender’s new hair system! Exports scalp, materials (color), hair strands and some hair sim settings Now available as...
  4. N

    Plugins FaceBlend

    I haven't tested it yet, so I can't promise anything. But my understanding is AltFuta textures for Torso and Genitals may have a different UV mapping. It might work but would probably require someone to make new mask textures. It's been asked before so I'll have to take a look at some point.
  5. N

    Plugins FaceBlend

    northern.shikima updated FaceBlend with a new update entry: V5 is here! Now you can HSV adjust the entire body to match the face, etc.. Read the rest of this update entry...
  6. N

    Plugins FaceBlend - V5 is here! Now you can HSV adjust the entire body to match the face, etc..

    V5 includes a few new features that should continue to make this a helpful texture authoring tool! Use Alpha as Mask - When checked, use the transparency of overlay texture as the mask. This is useful for baking in makeup decals, etc. Invert Mask - Inverts the mask texture (Treats black as...
  7. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    You can try this plug-in instead - https://hub.virtamate.com/resources/going-going-gone.32545/ I haven't tested it, but it looks like the plug-in author made an effort to make it compatible with with mine. You will have to disable "Prevent Shader Overwrite" in the MicroDetail plugin though.
  8. N

    Plugins FaceBlend

    It looks like you set your intended overlay texture as your base texture? Make sure the person already has a face texture that matches the body texture skin before loading the plugin. In the plugin use the overlay texture slot to pick the new face that you want to blend in, and it will use...
  9. N

    Plugins FaceBlend

    Yup so the Hue-Saturation-Value controls are just meant to adjust the color of overlay texture to match the base texture to help hide the seams, not really meant for adjusting whole body. I realize now though that some people might want the inverse (Like keep the overlay texture the same color...
  10. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    I'll have to take a look and see if there's a built-in vam shader that supports both detail maps and alpha cutoff. If so, I could incorporate the same feature in my plug-in pretty easily. Maybe the next release.
  11. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    I would love to but unfortunately the built-in VaM shaders only support detail normal maps. So this would require injecting my own skin shader which would require a lot more work. I may explore this at some point but it's a big undertaking.
  12. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    The newest version has four separate "Detail Scale" sliders, one for each part. You could set the scale to 0 for the parts you want to disable. Unfortunately this may make the texture seams a bit more obvious.
  13. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    Make sure you're on the latest version of my plugin (V8), as Prevent Shader Overwrite is pretty new. I also didn't have the time to test with every version of Hunting's SSS plugin unfortunately. You also you might have better luck with the Atom version of the SSS Plugin, as the Session Plugin...
  14. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    northern.shikima updated Skin Micro Detail & Tessellation Plug-In with a new update entry: V8 - Bugs, per-material scaling, nail tesselation Read the rest of this update entry...
  15. N

    Plugins Skin Micro Detail & Tessellation Plug-In - V8 - Bugs, per-material scaling, nail tesselation

    Fixed Bugs Detail scale can be modified individually for Gens, Torso, Face and Limbs Fixed a bug that causes gaps to appear between arm and torso material after removing plug-in Removed a benign NullPointerException that shows up in Unity Logs, thanks @everlaster Nails should now be tessellated...
  16. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    1) The thing is, nails look very funny if they have skin micro detail (nails are not skin, usually they are smoother and polished, etc). So I left nails material slot untouched. In a future version I could add tessellation to nails without detail normals, but if you're using with Hunting's SSS...
  17. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    Yes that shouldn't be too hard to do . I'll take a look for next update.
  18. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    I mean that makes sense and I'm definitely still a novice with writing custom lighting models. Just the decompiled code is pretty hard to follow at times and the result didn't line up with the IBL examples I could find when folks did use glossy like that.
  19. N

    Plugins Skin Micro Detail & Tessellation Plug-In

    I keep meaning to write a guide, but just incase I get hit by a bus tomorrow: Basically VaM passes in vertex, tangent and normals as compute buffers. In your shader you just declare them somewhere with these exact names: StructuredBuffer<float3> verts; StructuredBuffer<float3> normals...
  20. N

    Guides Transparency for background persons

    You know what could help this effect a lot is normal maps. Normal Maps aren't for 3D only anymore! Newer 2D games made in Unity, they actually use normal maps for their sprites so they react to lights/realistic shadowing/etc. And even in 3D Games, it's commonly used on 2D billboard or...
Back
Top Bottom