LICENSE.txt
README.md
setup.py
skeletal_animation/__init__.py
skeletal_animation.egg-info/PKG-INFO
skeletal_animation.egg-info/SOURCES.txt
skeletal_animation.egg-info/dependency_links.txt
skeletal_animation.egg-info/top_level.txt
skeletal_animation/algo/__init__.py
skeletal_animation/algo/motionblending.py
skeletal_animation/core/__init__.py
skeletal_animation/core/animate/__init__.py
skeletal_animation/core/animate/animation.py
skeletal_animation/core/animate/animator.py
skeletal_animation/core/animate/curve.py
skeletal_animation/core/animate/jointanimation.py
skeletal_animation/core/animate/key.py
skeletal_animation/core/animate/tests/__init__.py
skeletal_animation/core/animate/tests/test_curve.py
skeletal_animation/core/animate/tests/test_joint_animation.py
skeletal_animation/core/math/__init__.py
skeletal_animation/core/math/constants.py
skeletal_animation/core/math/transform.py
skeletal_animation/core/math/tests/__init__.py
skeletal_animation/core/math/tests/test_transform.py
skeletal_animation/core/model/__init__.py
skeletal_animation/core/model/joint.py
skeletal_animation/core/model/skeleton.py
skeletal_animation/core/model/tests/__init__.py
skeletal_animation/core/model/tests/test_joint.py
skeletal_animation/examples/demo_features.py
skeletal_animation/examples/demo_hello_world.py
skeletal_animation/examples/demo_load_fbx.py
skeletal_animation/gui/frame.py
skeletal_animation/gui/init.py
skeletal_animation/gui/main.xml
skeletal_animation/gui/size.py
skeletal_animation/gui/assets/shaders/lighting_prog_ps_gl21.glsl
skeletal_animation/gui/assets/shaders/lighting_prog_ps_gl32.glsl
skeletal_animation/gui/assets/shaders/lighting_prog_vs_gl21.glsl
skeletal_animation/gui/assets/shaders/lighting_prog_vs_gl32.glsl
skeletal_animation/utils/__init__.py
skeletal_animation/utils/loader.py
skeletal_animation/utils/other.py