Blender Git Loki
Git Commits -> Revision d24578b
Revision d24578b by Sybren A. Stüvel (master) April 18, 2017, 11:57 (GMT) |
Alembic export: fixed curve type and order. The order number written to Alembic is the same as we use in memory, so the +1 wasn't needed, at least according to the reference Maya exporter maya/AbcExport/MayaNurbsCurveWriter.cpp, function MayaNurbsCurveWriter::write(), in the Alembic source code. Furthermore, when writing an array of nurb orders, the curve type should be set to kVariableOrder, otherwise the importer will ignore it. |
Commit Details:
Full Hash: d24578b676d28ddbd8440efc1b6622452585b5c2
Parent Commit: 8825a8e
Lines Changed: +46, -10