mmerchante / instanceAlongCurve

Maya API Node for interactive instancing of shapes along curves.
MIT License
123 stars 26 forks source link

(fix) Make plug-in loadable in mayapy by checking kLibraryApp mode #7

Closed dukecyto closed 7 years ago

dukecyto commented 7 years ago

Hi,

Thanks for a great plug-in!

The plug-in initialize and uninitialize are checking for kBatch mode but are not checking for kLibraryApp mode, making it not loadable in mayapy. This pull request should fix the issue.

I found another mayapy-related issue which I could not find a solution to. I will open an issue on this.

mmerchante commented 7 years ago

Thanks! Sorry for my delay!