You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Troubleshoots in Maya API compile use Visual Studio
LNK2005: MApiVersion already defined in *.obj
Please check out the including <maya/MFnPlugin.h> must in cpp file for register only.
that have initializePlugin() and uninitializePlugin() functions,
If MFnPlugin is duplicated in other cpp file, It will occur this compile error.