Showing only posts tagged python. Show all posts.

Blendfile: Get String IDProperty

So, this took me while to figure out, so I want to share it. blendfile.py is a one-file module in blender/2.7x/addons/io_blend_utils/blend/ for reading and writing blend files. This can be especially useful if you require only one or two properties of the file: Now …

Posted on in misc. updated archived Tags: blender, python.

Bluetooth and Python 3.3

Spend hours and hours and more hours trying to connect a Wiimote to Blender via Python. I read somewhere Python supports Bluetooth in version 3.3, but not for me.

PyBluez is also not compatible with Python 3.3, so I’m giving up for not. Maybe in Python 3 …