Missing Registration for ObjectAnimationEvent
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:
- Is there a specific reason why ObjectAnimationEvent was not included in the library or registered with the ObjectManager class?
- Could someone please provide guidance or suggestions on the correct approach to extend the ObjectManager class to support ObjectAnimationEvent?
Thank you for taking the time to improve LibreMetaverse! We will review your contribution shortly.
texture animations for objects are under the ObjectUpdate event is there some other event your looking for?
Events of note for objects: TerseObjectUpdate ObjectUpdate
"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.
@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.
Fixed in an upcoming release.