
How to create multiple obj files using hex2obj (set of H2O files required)
----------------------------------------------

Model file and belonging H2O files should reside in the same directory.

Be sure to delete or move obj files from a previous run!
########################################################

Start hex2obj_0.25, load the model and choose File "SaveAs Mmesh" to create several obj files.
(It reads 'Mmesh', btw, not 'mesh'.)

First line of each .obj contains the name of the H2O file it is associated to.
(Numbers of obj and H2O files are not identical, usually.)

caveats: in case of problems .objx may be created instead of .obj files

--------------------
How to load multiple obj files into blender
-------------------------------------------
When executing load_multi_obj_blender2.69.py in a blender Text Editor window with alt-p
make sure to have set "path_to_obj_dir" to YOUR mdl directory.

('C:\\', 'test\\obj') needs to be modified to fit your needs. The folder \\obj holds the 
wavefront obj files created by hex2obj.

Alt-p should import the obj files in said folder into blender.
Make sure that there's no obj files contained in a maybe existing subfolder(s)!
