Blender Git Commit Log
Git Commits -> Revision fb2f100
Revision fb2f100 by Sybren A. Stüvel (master) February 14, 2020, 14:41 (GMT) |
Cleanup: Alembic, renamed and moved convert_matrix function The `convert_matrix()` function just converts between the Alembic and Blender matrix data types, and doesn't do any coordinate system conversion. To clarify this, the function has now been renamed to `convert_matrix_datatype()`. I also moved the implementations next to each other in the source file, so that it's visible that there are actually two of them. No functional changes. |
Commit Details:
Full Hash: fb2f100d8949463358fbb3a1ae64c425198fb033
Parent Commit: 451bd5f
Lines Changed: +15, -16