Hello,
I'm currently trying to batch export hair to alembic files. When i use the OxAlembicExport found in the https://ephere.com/plugins/autodesk/max/ornatrix/docs/7/Alembic_Export.html page maxscript throws an error.
The help :
OxAlembicExport [string filePath] [bool exportSelectedHairs] [int startFrame] [int endFrame] [bool exportRenderVersion] [int upDirection] [int format] [bool useWorldCoordinates] [bool exportVelocities] [bool velocityIntervalCenter] [bool velocityIntervalLength] [bool exportStrandData]
My code :
OxAlembicExport @"S:\node_.name.abc" True 0 0 True 2 0 True False 0 0.5
The error :
Unable to convert: false to type: Float
The help is wrong because the function need a float for exportVelocities (which has to be a boolean flag) and help mentions a bool for <span style="font-family: arial, helvetica, sans-serif;">velocityIntervalCenter and <span style="font-family: arial, helvetica, sans-serif;">velocityIntervalLength (those need to be floats). The help also forgot the </span></span>[bool exportStrandGroups] [bool exportStrandIds] [bool exportWidths] [bool exportTextureCoordinates] [bool exportNormals] and since i need to set those flags, the command need all parameters to be set.
Please can you give me the updated help for this command and update the documentation ?
I'm using Ornatrix 7.2.3.27923
Thanks