Trying to export an asset (just a basic sword model to work out the process, for now). Attempted in Maya 2011 with the latest version of Havok Content Tools, and turned up these warnings:
Code: asp.net
- [0xabba9733] Warning : Couldn't load DLL (C:\Program Files\Havok\HavokContentTools\filters\hctFilterTexture.dll
- [0xabba9733] Warning : Couldn't load DLL (C:\Program Files\Havok\HavokContentTools\filters\hctKumquat3DFilter.dll
- Maya Scene Export
- Exported 6 nodes, 0 node selection sets, 0 materials, 0 meshes, 0 lights, 4 cameras, 0 skin bindings.
- Filter Manager ready
As per this thread I Googled, I ran the Dependency Walker, and tried placing the missing .dll's in Windows/system, those being:
msvcp80.dll
msvcr80.dll
ieshims.dll
However, adding these in actually caused Maya to get a runtime error on loading, and the Havok exporter generates the same warnings. I regressed to Havok 7.1 with Maya 2010 and nothing changed. Any ideas?