I'me new here, so I wish to say HELLO to all members.
I'm quite new to python, but I manage to do something using python in blender.
Now, I need to save in a binary file raw data (specificaly blocks of 3 float), for a later use. How can I manage this? i tried the write() function, but it need the conversion to string, I need the value! Thanks all!
I'm quite new to python, but I manage to do something using python in blender.
Now, I need to save in a binary file raw data (specificaly blocks of 3 float), for a later use. How can I manage this? i tried the write() function, but it need the conversion to string, I need the value! Thanks all!
Comment