PooSunfish / awd

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

Blender exporter: no global attribute 'AWDMatrix4x4' #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The blender exporter is not updated completely to AWDMatrix3x4.

If you search in the blender python files. you still find 3 points where you 
use 
AWDMatrix4x4 instead of AWDMatrix3x4.

This will lead to errors like:

AttributeError: object has no global attribute 'AWDMatrix4x4'

If you change the lines to AWDMatrix3x4 it will pass.

Original issue reported on code.google.com by Schindle...@gmail.com on 3 Dec 2012 at 6:19

GoogleCodeExporter commented 9 years ago
The blender exporter is in a work-in-progress state and is not intended for use 
at this time.

Original comment by bengtric...@gmail.com on 3 Dec 2012 at 9:30

GoogleCodeExporter commented 9 years ago
you could find a patch here:

http://code.google.com/p/awd/issues/detail?id=52

Original comment by Schindle...@gmail.com on 6 Dec 2012 at 5:08