Open GoogleCodeExporter opened 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
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
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
Original issue reported on code.google.com by
jbp...@googlemail.com
on 1 Aug 2012 at 10:54