Hi Mat,
re:
> I looked at the Import/Export options in MoI "OBJ options"...scale factor is at "1". I'm assuming that means 1:1 scale?
That option is only for OBJ export out from MoI, it doesn't have any effect for the SubD importer.
> Blender test model is 430.0mm wide...but imports to MoI at 0.43mm.
That's for your "Box_2_subD_test.obj" file? I opened that file in several other applications like Rhino and Silo and get the same result as in MoI.
It sounds like this could be a bug or quirk in the Blender OBJ exporter, it seems like it might be rescaling the output to be in meters units instead of just keeping the existing coordinates without any modification. But there is nothing in the OBJ spec that says that it should be in meters.
Or perhaps you are actually working in meters in Blender and not in mm like you think you were?
One way you can solve it would be to switch your MoI units to meters before you do the import, then switch it back to mm after you've done the import.
Another solution would be to set the Blender option for scaling the output, the control for it is shown in the lower left area of the Blender window when you do the export. Scroll down to the bottom and set the Scale option there, set it to 1000. There is a description of this here:
https://blender.stackexchange.com/questions/17966/blender-units-vs-metric
> > Max's ImportOBJ script
> Tried Max's "exact" trick..."_ImportOBJ exact.htm" and "_ImportOBJ exact.js" Command files...but I get an error message.
The error message is coming from adding the .htm or .js at the end there. You need it to be: "_ImportOBJ exact" without any additional stuff added to the end.
- Michael
|