libremetaverse icon indicating copy to clipboard operation
libremetaverse copied to clipboard

Missing Registration for ObjectAnimationEvent

Open pankajvermacr7 opened this issue 1 year ago • 4 comments

I have encountered an issue with the Librametaverse library where the ObjectAnimationEvent is not registered, I attempted to extend the existing ObjectManager class to support this event, following a pattern similar to AvatarAnimationEvent in the AvatarManager class, but I encountered difficulties and was unable to succeed.

Questions:

  1. Is there a specific reason why ObjectAnimationEvent was not included in the library or registered with the ObjectManager class?
  2. Could someone please provide guidance or suggestions on the correct approach to extend the ObjectManager class to support ObjectAnimationEvent?

pankajvermacr7 avatar May 08 '24 09:05 pankajvermacr7

Thank you for taking the time to improve LibreMetaverse! We will review your contribution shortly.

github-actions[bot] avatar May 08 '24 09:05 github-actions[bot]

texture animations for objects are under the ObjectUpdate event is there some other event your looking for?

Events of note for objects: TerseObjectUpdate ObjectUpdate

Madpeterz avatar Jun 28 '24 03:06 Madpeterz

"Is there a specific reason why ObjectAnimationEvent was not included in the library or registered with the ObjectManager class?" Because this library is 18 years old and no one has contributed support for ObjectAnimation to it.

cinderblocks avatar Jun 30 '24 13:06 cinderblocks

@Madpeterz Thanks for your response. However, I'm not looking for texture animation. I'm specifically interested in non-avatar meshes like animals found in Second Life's Centauria land. These animals are skinned-mesh objects with animations applied to them. I'd like to understand the events responsible for animating these objects.

pankajvermacr7 avatar Jul 01 '24 07:07 pankajvermacr7

Fixed in an upcoming release.

cinderblocks avatar Aug 30 '24 16:08 cinderblocks