Search results for query: *

  1. dewbeus

    Plugins VAMMoan

    When changing Appearances, some scenes with vammoan get "lockjaw" (morph Mouth Open Wide stops animating, making some models look peculiar) hazmhox error, artist error, user error, other plugin error? Toggling 'Enable auto-jaw animation' checkbox in vammoan fixes it, so I mention it here...
  2. dewbeus

    Scenes Cavern Entrance

    "Far, far below the deepest delving of the Dwarves, the world is gnawed by nameless things. Even Sauron knows them not. They are older than he."
  3. dewbeus

    Plugins DependencyViewer

    When using the "Check Current Scene" button, nothing happens unless line 719 is changed... foreach (string key in js.Keys) { - if (js[key].Value != string.Empty) + if (js[key] != null && js[key].Value != string.Empty) Not...
  4. dewbeus

    Question Looking for Look LadyG Hal Hadot

    if dynamics you seek... avoid anon...
  5. dewbeus

    Question VR Thumbstick Camera Motion Customization

    Is it possible to write a session plugin that alters the behavior of the VR camera in response to thumbstick movement, look direction, controller buttons, and context? I feel that comfortable VR free-fly camera motion is still a problem to be solved and i would like to experiment... with code...
Back
Top Bottom