animx
animx copied to clipboard
A project to make it easier for people to use Maya animation in their tools and pipelines.
I'm having trouble installing the plugin. Maya 2018 is saying it can't find libAnimX.dylib. What am I doing wrong? // Error: file: /Applications/Autodesk/maya2018/Maya.app/Contents/scripts/others/pluginWin.mel line 290: Unable to dynamically load :...
Please consider versioning the project as a whole and tagging releases. This would make things much easier for anyone packaging and redistributing animx. (I want to add an `animx` package...
For example, in some environments the library should be installed to `/usr/lib64` rather than `/usr/lib`. https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
In `src/internal/math`, `std::numeric_limits` is used from ``, and `std::max` and `std::min` are used from ``. Include these standard-library headers where they are used rather than relying on their inclusion by...
“provides a set of function” should have been “provides a set of functions”