My Model in Blender is comprised of many groups of objects. The Model was exported as a .obj from C4D to Blender. Each group of objects was placed under a Null in Blender. When I export in three.js, only the last selected object in Blender will be exported as a .json file.
I tried selecting several different objects, and again only a single object will export. I verified this by seeing the resulting .json files in an editor. In fact it shows only a single object is being exported.
I separated each object do I could easily make selections and apply different materials to each object. In the past I combined all of the objects into a single mesh before exporting the .obj from C4D and everything worked fine with Blender and the resulting .json file
In blender, what I did was to try and link all of the objects to a single parent in the hopes that the whole model would export. This did not work.
My questions is this normal behavior?
How do I convert all of the separate pieces into a single mesh after I have applied materials to each one in Blender?
Or is there some sort of export setting I have wrong when working with multiple objects, each with its own null?