[Maya-Python] how can i compile c++ maya plugin

2023-04-16 Thread Abdelhalim abulmagd
please, can anyone hlep me to compile this plugin https://github.com/Toolchefs/motionPath thanks. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [Maya-Python] how can i compile c++ maya plugin

2023-04-16 Thread Reza Aarabi
Hi You can make your cmake file for it based on the maya sdk samples for your target platform and target compiler Take a look at Chad Vernon tutorials about cmake and maya plugins Building a plugin is an experimental work On Sun, Apr 16, 2023 at 12:09 Abdelhalim abulmagd <

Re: [Maya-Python] how can i compile c++ maya plugin

2023-04-16 Thread Abdelhalim abulmagd
Got it thanks, i will check that tutorial On Sun, Apr 16, 2023, 9:14 PM Reza Aarabi wrote: > Hi > > You can make your cmake file for it based on the maya sdk samples for your > target platform and target compiler > > Take a look at Chad Vernon tutorials about cmake and maya plugins > > Building