Hi,
I have recently started looking into integrating animations into my project.
I started investigating the new AWD format, the examples worked like a charm, therefore I decided to go with AWD.
Next step would have been to get an exporter for our Artist to use with Maya2011.
I went to http://code.google.com/p/awd/ and followed the build instructions too the letter…
Unfortunately I can not build the sdk.
libawd builds fine, but pyawd fails every time with the following main errors:
Error 1 error C2065: ‘AWDMeshData’ : undeclared identifier C:gitSoftwareAWDawdsdkspython-pyawdsrcutilsbuild_geom.cc 16 1 pyawd
Error 3 error C2065: ‘AWDSubMesh’ : undeclared identifier C:gitSoftwareAWDawdsdkspython-pyawdsrcutilsbuild_geom.cc 18 1 pyawd
Now I can see these being declared in geom.py which lies in sdkspython-pyawdsrcpyawd but they are not linked in any way to the project?
I am not sure what I am doing wrong. Any suggestions? Does anyone have the necessary files in an already compiled form?
My fall-back plan would be to start investigating the MD5 file format, but if possible I’d like to stick to AWD.