Stay cool man, this repo is on development yet. This is just to remember me what i have to do. =]
Short description with website link if exists. Work for Autodesk Maya 2018-2020 for Windows, MacOS and Linux.
gfTools build and run on Windows, macOS and Linux and is being created using Fedora 32. Will be available for Autodesk Maya versions 2018 to 2020.
- Building gfTools
- Rig API documentation
- Qt widgets use documentation
- gfTools Maya nodes documentation
v1.0.0-alpha | Linux | MacOS | Windows |
---|---|---|---|
Tested OS | Fedora 32 | 10.15.3 Catalina | Windows 10 |
Compiler | gcc 10.2.1 | Xcode 11.3 | VS 2017 |
Build Generator |
Ninja | Ninja | Ninja |
Command Processor |
bash | bash | Visual Studio X64 2017 command prompt |
CMake | 3.17.4 | 3.18.2 | 3.18.2 |
Doxygen | 1.8.18 | 1.8.20 | 1.8.20 |
Python | 2.7.18 | 2.7.18 | 2.7.18 |
Eigen | 3.3.7 | 3.3.7 | 3.3.7 |
Pybind11 | 2.5.0 | 2.5.0 | 2.5.0 |
Maya | 2018 | 2019 | 2020 |
---|---|---|---|
Qt | 5.6.3 | 5.6.3 | 5.12.5 |
Go to releases and download the latest pre-built release zip file of your specific OS and Maya versions.
Extract the zip file on the recommended install directories below and follow the instructions inside file install_instructions.txt that lives inside gfTools folder.
Recommended install directories:
- Windows: C:/gfTools
- MacOS: /opt/local/gfTools
- Linux: /opt/gfTools
You can optionally build gfTools from souce. For this, please refer to building gfTools.