Ornatrix Hair Exporter
Exporting Hair to OXH File
Hair exporter can be found in 3ds Max export dialog. It can be used to export *.oxh files which contain various information about Ornatrix hair or guides including animation, UV coordinates, and channel data.
You can use the resulting *.oxh file with Animation Modifier or with the Ornatrix Hair Importer.
MaxScript Access
You can export a hair or guides object inside a scene to an *.oxh file programatically through MaxScript. To do so use the function:
boolean OxHairExport hairNode filePath fromFrame toFrame frameStepCount
If fromFrame
and toFrame
are the same value static hair will be exported, otherwise an animation with specified frame range will be exported.