ADN-DevTech / Maya-Locator

Maya Locator Library (Example) - Plug-in of the Month, October 2012
Other
27 stars 15 forks source link

Maya 2017 #1

Open griffinanimator opened 7 years ago

griffinanimator commented 7 years ago

I doubt this project is active but this is worth a shot. I compiled the plugin for maya 2017. When attempting to load the plugin I get this error.

// Error: line 1: The specified procedure could not be found. (LocatorLib) //

cyrillef commented 7 years ago

It is true it is been a long time, I worked on this sample as it was a sample I wrote for my blog. So not really maintained. The other thing is that this code demonstrates how to support viewport 1 and viewport 2 API when viewport 2 was introduced. Nowadays, we do recommend to only support viewport 2 as viewport 1 is being removed in the latest Maya versions, which is probably the source of the error. I'll make up a branch in a few days to show you the differences.