Blender Git Commits
September 10, 2020, 17:44 (GMT) |
Avoid breakage when there are no custom properties to be written |
September 10, 2020, 16:35 (GMT) |
Tweaks and adjustments and abstractions and generalisations and tests |
September 10, 2020, 15:30 (GMT) |
Always flatten arrays of arrays |
September 10, 2020, 15:15 (GMT) |
Remove debug prints |
September 10, 2020, 14:29 (GMT) |
Generic int/float/double matrix support |
September 10, 2020, 14:09 (GMT) |
Support for matrices of type double |
September 10, 2020, 11:21 (GMT) |
Alembic export: write scalar custom properties Write scalar custom properties as array properties to Alembic. This is also what's done by Houdini and Maya exporters, so it seems to be the standard way of doing things. Seems to work ok'ish if I look at it via `usdcat`. |
September 10, 2020, 11:21 (GMT) |
Add support for arrays of int/float/double |
September 10, 2020, 11:21 (GMT) |
Alembic export: Use correct time sampling for custom properties |