Jump to content


Photo

rawvox format import


  • Please log in to reply
1 reply to this topic

#1 hkrol

hkrol

    Newbie

  • Member
  • 3 posts

Posted 15 March 2011 - 05:19 PM

Hello!

I'm trying to import a rawvox edited in another program.
As far as I can see my header and the data should work (http://www.3d-coat.c...?showtopic=3002).
But when I import the file 3dc asks for the bit depth (which I did specify in the header). But when I set it to the corresponding value and click ok, nothing gets imported.
My header looks like this:
58 4f 56 52 a0 01 00 00 60 01 00 00 10 02 00 00 08 00 00 00
416 width
352 height
10 slices
8 bits

See the attached file if you want to try out.

thanks,
Henning

Attached Files



#2 hkrol

hkrol

    Newbie

  • Member
  • 3 posts

Posted 16 March 2011 - 06:50 PM

Okay I got it to work.
Python was not writing the exact values I told it to. I'm using a different and easier function now:
pack('<ccccLLLL', "X", "O", "V", "R", 416, 352, 528, 8)





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users