Skip to content

20180205

Compare
Choose a tag to compare
@i-saint i-saint released this 05 Feb 11:25

Importer

  • Added face set support
    Shading groups in Maya will be imported as submeshes. "Write Face Sets" option must be enabled when exporting .abc from Maya
  • Added normals interpolation support
  • Added vertex color and additional UV set support
    These are Maya's extension. "Write Color Sets" and "Write UV Sets" options must be enabled when exporting .abc from Maya
  • Added async load support
    "Async Load" option in AlembicStreamPlayer (on by default)
  • Added motion vector generation support for AlembicPointsRenderer
  • Removed some options
    • "Vertex Sharing" was removed. now always enabled
    • "Use 32bit Index" was removed. now always enabled (on Unity 2017.3 or later)

Exporter

  • Added exporting submesh, vertex color and additional UV set support

Common

  • Updated libAlembic (1.7.4 -> 1.7.5)