Shivam Anand
Shivam Anand
[WIP] This PR is still in progress. It adds ability to load animation data from glTF files. TODO - Docstrings - Tests Check out this [example](https://github.com/xtanion/fury/blob/gltf-anim-merge-kf/docs/tutorials/01_introductory/viz_simple_gltf_animation.py) (merged with PR #626)...
This PR adds the ability to convert a scene as gltf file and can be loaded back using glTF loader (added in #600 ).
latest update: `viz_skinning_hirearchical_transform.py`
**NOTE: Skinning PR (#685) needs to be merged before merging this** Preview: Using the `MorphStressTest` model and `TheWave` animation. https://user-images.githubusercontent.com/74976752/193900336-8bd84ed5-af4e-4349-9c23-9c4557b09484.mp4
**Describe the bug**l While creating multiple users in the app, after adding a profile photo and name in respective fields I wasn't able to create new profile the "Done" button...
This PR needs a lot of cleaning and still in progress. As of now this PR adds ORM, Normal & Emissive materials. Most of the glTF models has been modified...
 I'm using Ubuntu `22.10` (gnome 43).
There are various linting standards in python. Most commonly used are: * `PEP8` * `Flake8` * `Pylint` We need to discuss on which linting format do we want to use.