PiRSquared17 / awd

Automatically exported from code.google.com/p/awd
Apache License 2.0
0 stars 0 forks source link

Unable to load AWD for Maya 32bit #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Tried compiling the awd for maya in vs2008.
Get an error trying to open the solution for awd/pyd, its been created in later 
version of vs.
So tried vs2010 that opens and compiles it but when trying to load the plugin 
in Maya it wont load.

Original issue reported on code.google.com by jbp...@googlemail.com on 1 Aug 2012 at 10:54

GoogleCodeExporter commented 9 years ago
Please provide more information on about how it "won't" load. Do you see any 
information in the Script Editor window in Maya, where you should be seeing 
output from the exporter. 

Can you try typing this in the maya script editor and paste here what gets 
traced out in the output panel?

import pyawd
print(pyawd.version_str)

ThankS!

Original comment by bengtric...@gmail.com on 1 Aug 2012 at 10:56

GoogleCodeExporter commented 9 years ago
On trying to load plugin
// Error: ImportError: cannot import name utils // 
// Warning: Failed to run file: C:/Program Files 
(x86)/Autodesk/Maya2011/bin/plug-ins/MayaAWDExporter.py // 
// Error: pymel.core : Failed to get command list from MayaAWDExporter // 
// Error: RuntimeError: Invalid object or value: // 
// Warning: Failed to call script callback // 
// Error:  (MayaAWDExporter) //

import pyawd
print(pyawd.version_str)
PyAWD v2.0.0a (python) 

Original comment by jbp...@googlemail.com on 1 Aug 2012 at 11:20

GoogleCodeExporter commented 9 years ago
Ok, thanks! This means that the libawd you compiled isn't working correctly. 
Hopefully I'll be able to solve that by making the build myself, but I'm afraid 
I probably won't do that this week. Will keep you posted through this issue 
ticket.

Thanks for reporting and for the extra information!

Original comment by bengtric...@gmail.com on 1 Aug 2012 at 2:03