- edited description
Issue #71
new
It seems the Python bindings are not quite in a working state, probably due to some of the refactoring I have undertaken recently. They do still build and and at least partly work - for example the following lines execute ok:
import PolyVoxCore as pv r = pv.Region(pv.Vector3Dint32_t(0,0,0), pv.Vector3Dint32_t(63,63,63))
However, the following line fails:
vol = pv.SimpleVolumeuint8(r)
Obviously it should be RawVolume/PagedVolume instead of SimpleVolume, but that in itself doesn't seem to fix it. Perhaps some more changes are needed to the SWIG files?
Comments (1)
-
reporter - Log in to comment