Compiling C++ Maya Plugins with CLion

Introduction One of the biggest hurdles I faced when I decided to switch from Python to C++ to develop plugins for Maya was to properly setup the build environment and to actually compile something. Luckily I found this mini-series on “Compiling C++ Plugins for Maya with Visual Studio”. The series is an in-depth explanation of…

Details