OpenSimMirror/OpenSim/Region/Framework/Scenes/Animation
Justin Clark-Casey (justincc) a9995ede65 Fix bug in ScenePresenceAnimator.RemoveAnimation() introduced in commit 1a8769e
Forgot to uppercase the animation name for default animations, since for some reason we store and use them in upper rather than lowercase.
2012-03-23 01:08:13 +00:00
..
AnimationSet.cs refactor: Rename AvatarAnimations -> DefaultAvatarAnimations for code clarity since non-default animations are handled completely separately from this class 2012-03-22 00:10:41 +00:00
BinBVHAnimation.cs refactor: move AvatarAnimations, BinBVHAnimation 2009-11-17 16:25:52 +00:00
DefaultAvatarAnimations.cs refactor: Rename AvatarAnimations -> DefaultAvatarAnimations for code clarity since non-default animations are handled completely separately from this class 2012-03-22 00:10:41 +00:00
ScenePresenceAnimator.cs Fix bug in ScenePresenceAnimator.RemoveAnimation() introduced in commit 1a8769e 2012-03-23 01:08:13 +00:00