April 24, 2020, 09:15 (GMT) |
Alembic: CMake cleanup No functional changes. |
April 24, 2020, 08:13 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-alembic-exporter-T73363-ms2 |
April 10, 2020, 15:55 (GMT) |
Alembic: keep references to the schema objects These references are necessary for Alembic to have proper bookkeeping. Without them, you get errors that a property `N` already exists when exporting mesh normals. |
April 10, 2020, 15:30 (GMT) |
Alembic: fixed time sample test |
April 10, 2020, 15:04 (GMT) |
Alembic exporter: unit tests are compiling |
April 10, 2020, 15:04 (GMT) |
Fixed merge error |
April 10, 2020, 13:49 (GMT) |
Alembic: even nicer subsurf disable method This is less dependent on the exact implementation of AbstractHierarchyIterator and also avoids an evaluation of the subsurfs before they are disabled. |
April 10, 2020, 13:38 (GMT) |
Alembic: nicer way to disable subdivision surfaces Before exporting starts, subdivision surfaces are disabled. The old Alembic exporter would do this temporarily for each frame. |
April 10, 2020, 12:27 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-alembic-exporter-T73363-ms2 |
April 10, 2020, 12:14 (GMT) |
Alembic: new mesh writer seems to work Also extracted axis conversion functionality from `abc_utils.h`. |
March 24, 2020, 08:49 (GMT) |
Alembic Export: Removed TODO |
March 23, 2020, 16:23 (GMT) |
Fix crash when exporting The OAlembic object was copied, and my assumption that this would work fine was wrong. |
March 23, 2020, 15:07 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-alembic-exporter-T73363-ms2 |
March 20, 2020, 11:36 (GMT) |
Alembic export: use the export subset feature of the AHI |
March 20, 2020, 11:34 (GMT) |
Abstract Hierarchy Iterator: allow exporting transforms OR shapes The Alembic exporter allows different sampling rates for transforms and for shapes. This is necessary, for example, to have control over motion blur: when only using rigid objects, it's enough to export sub-frame samples of transforms. |
March 20, 2020, 10:41 (GMT) |
Cleanup: USD test, renamed `created_writers` to `writing_writers` The map contains those writes whose `write()` method has been called, and thus the old name `created_writers` was incorrect. No functional changes. |
March 20, 2020, 09:22 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-alembic-exporter-T73363-ms2 |
March 13, 2020, 17:25 (GMT) |
WIP Alembic: got the new exporter building, but far from functional The biggest hurdle to take now is to only write transforms on certain frames, only shapes on others, and both on yet other frames. |
|