btBulletWorldImporter "unknown chunk" message

Jonathan
Posts: 36
Joined: Sun Feb 10, 2013 6:52 pm

btBulletWorldImporter "unknown chunk" message

Post by Jonathan »

When using btBulletWorldImporter to load .bullet files, the console gets spammed with a bit of "unknown chunk" messages. Does this happen to everybody? I'm using the latest version of Blender to generate the .bullet files (2.67b).

Doesn't seem to be causing any harm, just curious what the deal is here. :)
norbie
Posts: 21
Joined: Mon Feb 11, 2013 1:57 pm

Re: btBulletWorldImporter "unknown chunk" message

Post by norbie »

Hello,

it also happens for me, and as far as I can remember e.g. strings are stored in such chunks (as arrays of char-s), and they do not have an own DNA ID.
Jonathan
Posts: 36
Joined: Sun Feb 10, 2013 6:52 pm

Re: btBulletWorldImporter "unknown chunk" message

Post by Jonathan »

Okay, makes sense! I'm glad someone finally responded to this, much appreciated! :)