Arguments needed for OxAlembicExport

 
 
 
Posted by:ruper3d
Data created:3 September 2015

Hi, seems like since V4 the OxAlembicExport expects 2 extra arguments (probably for the "Export Render Version" and "Scene Orientation". I'm just wondering how the updated function would look like, since the docs still read like this:

OxAlembicExport [string filePath] [bool exportSelectedHairs] [int startFrame] [int endFrame]

 

Thanks

Hello,

We have yet to post V4 documentation up, however, here is the updated signature for the OxAlembicExport function:

OxAlembicExport [string filePath] [bool exportSelectedHairs] [int startFrame] [int endFrame] [bool exportRenderVersion] [int upDirection]


  • exportRenderVersion: If true render count and settings for hair will be exported. Otherwise hair will be exported as it is seen in the viewport.
  • upDirection: Specifies the "up" direction of the exported hair scene. Accepted values are 0: X-axis, 1: Y-axis, 2: Z-axis. For example, exporting hair to Maya requires Y to be the "up coordinate".

Marsel Khadiyev (Software Developer, EPHERE Inc.)