2007/07/23

在VS2003下安裝Maya 7.0 API

C:\Program Files\Alias\Maya7.0\devkit\pluginwizard 目錄下
找到MayaPluginWizard2.0.zip

解壓縮後,將下列檔案
MayaPlugInWizard.vsdir

MayaPlugInWizard.vsz
MayaPlugInWizard.ico
copy to  C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\vcprojects

再將MayaPlugInWizard目錄
copy to C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\VCWizards


打開VS 2003 ,Open new Project
選Visual C++ Project 並在右邊選單選MayaPluginWizard

4 comments:

  1. 可以請問 dev-c++ 怎麼安裝maya的api嗎?

    ReplyDelete
  2. Hi,我沒有試過用Dev-C++來compile Maya api, 但上Google查了一下,應該是不行,因為maya api是用VC編譯的,組譯碼的命名方式與DevC++不同,所以DevC++無法正常編譯。

    ReplyDelete
  3. How to create a maya plugin project manually?
    I have vs6 and vs2005 express version, and the way you mentioned there didn't work.
    I wonder if I could compile that as a dll...

    ReplyDelete
  4. Hi,
    I hope the reference below be able to help you. Plz take a look at these.
    http://www.wretch.cc/blog/gogoyo/7624631
    http://0rz.tw/3d4Xp

    ReplyDelete