TheHubbit / PyInventor

3D Graphics in Python with Open Inventor
http://thehubbit.github.io/PyInventor
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

Support for SoSFImage #1

Closed TheHubbit closed 11 years ago

TheHubbit commented 11 years ago

The SoSFImage field is not directly supported (only setting via generic string API possible).

May 27, 2013: Solved. Images return and can be initialized with tuple (width, heigth, num components, pixel array).