Jump to content

Eric Bloodrose

Resident
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Eric Bloodrose

  1. If you have the original bvh file i dont see the difficulty, you can easily import it in blender, or the animation software you are using, and rotate it.

    On the other hand, if you acquired the pose in world, and you don't have the original file, I'm sorry but you cannot modify it.

    But, considering that you need a simple rotation, just put the pose in a poseball and adjust the sitter rotation, problem solved.

  2. Greetings everyone,

    there's something that is really bothering me for some time now. I have an Avastar female rig in blender that is really driving me crazy.
    When I check the animation in Blender, everything looks fine, as i upload it in world something odd starts happening. The feet and the hands, that are configured as IK bones and are supposed to stay still during the entire animation, start following the rotation of the Tinker bone.

    Is this caused by any export option I might have mistakenly activated?

  3. I think I managed to find a workaround.
    Suspecting that the problem was related to some sort of synchronization between the cuffs being rezzed and the lockguard messages being maybe too early, I started fiddling with the [AV]LockGuard script.

    Adding the following line managed to solve the problem:

    //  link new links
    llSleep(5);

    I'm still testing, but so far it seems working.

     

  4. 2 hours ago, Qie Niangao said:

    It may be worth seeing what happens with the PROP1 stuff removed and just pre-attaching any old LockGuard-scripted cuffs. If that works, then we'll need to figure out what's happening with those prop cuffs. (Possibly a race condition with delay getting them rezzed and ready for particle commands. Or... something.)

    That was an interesting observation, I didnt think of trying it.
    So, I've removed the props from the avpos notecard, manually put on the cuffs and sat on the object, they work fine.

     

    2 hours ago, Qie Niangao said:

    What bothers me about any explanation that comes to mind is this:

    That shouldn't even be possible, which is not to say it's not happening. It's got me stumped, though.

    Trust me, I'm not an expert scripter anymore, but that kind of behavior puzzled me as well.

  5. Hello guys, I might need a little help trying to understand how to solve a weird issue I'm having creating a piece of furniture.

    Here's the setup:

    - A mesh obelisk scripted with AVsitter and lockguard (two lockguard scripts, one for each sitter).
    - The root prim contains two lockguard cuffs containing the following scripts: [AV]object and LockGuard V3.0.1
    - The cuffs are mesh, but they also have a transparent linked prim that acts as the link to the obelisk, the prim name is lockguard and in the item description it has the following: id=leftwrist,wrists,allfour
    - The obelisk has two tiny prims named ring1 and ring2

    Item behavior:

    - When the first avatar sits on the obelisk, he automatically receives the cuffs and they get attached to the wrists
    - Two sets of particle chains are generated, they link the left cuff to the ring1 object and the right cuff to the ring2 object

    So far so good, but...

    - As soon as the first avatar changes pose or, he unsits from the obelisk, the particle system becomes completely non operational.
    - Resetting the scripts doesn't solve the problem
    - The only way to restore the particle chain is to alter in any way the [AV]LockGuard script (eg. change the sitter from 0 to ,1 save and then back from 1 to 0, save again)

    So, that's the situation, I've been trying to find out what's wrong for a couple of days but so far I didn't come to any solution, any help would be much appreciated.

    Regards

    Eric

  6. Hello everyone, I'm having a little problem understanding what I'm doing wrong, here's the facts:

    - I create two animations for a couple, using Avastar, about 350 frames, export them as BVH

    - I import the animations in SL, check the loop option, upload them with priority 1 (also tried with 2 and 3)

    - Add both animations to a piece of furniture scripted with avsitter

    Now, when the two avatars select the corresponding animation it all works fine, the problem arises when they stand up from the furniture. The avatars keep playing the animation until the end of the loop, or until one of them turn on their AO.

    I thought it had something to do with priorities, so I tried uploading the animations with different priority levels, but even at 1 I keep having this annoying problem.

    Does anyone have any idea what I'm doing wrong?

    Thanks for any help you might provide :)

     

    Eric

×
×
  • Create New...