Blender Git Commit Log
Git Commits -> Revision 3e1a971
Revision 3e1a971 by Sybren A. Stüvel (temp-T50725-alembic-export-custom-properties) September 10, 2020, 16:35 (GMT) |
Tweaks and adjustments and abstractions and generalisations and tests |
Commit Details:
Full Hash: 3e1a971259acb829400a456fb66067e9ae2ca3c8
Parent Commit: eedb01c
Lines Changed: +103, -22
9 Modified Paths:
/source/blender/io/alembic/exporter/abc_custom_props.cc (+8, -8) (Diff)
/source/blender/io/alembic/exporter/abc_custom_props.h (+7, -7) (Diff)
/source/blender/io/alembic/exporter/abc_writer_abstract.cc (+21, -0) (Diff)
/source/blender/io/alembic/exporter/abc_writer_abstract.h (+10, -0) (Diff)
/source/blender/io/alembic/exporter/abc_writer_camera.cc (+1, -0) (Diff)
/source/blender/io/alembic/exporter/abc_writer_mesh.cc (+2, -0) (Diff)
/source/blender/io/alembic/exporter/abc_writer_transform.cc (+6, -4) (Diff)
/source/blender/io/alembic/exporter/abc_writer_transform.h (+1, -3) (Diff)
/tests/python/alembic_export_tests.py (+47, -0) (Diff)
/source/blender/io/alembic/exporter/abc_custom_props.h (+7, -7) (Diff)
/source/blender/io/alembic/exporter/abc_writer_abstract.cc (+21, -0) (Diff)
/source/blender/io/alembic/exporter/abc_writer_abstract.h (+10, -0) (Diff)
/source/blender/io/alembic/exporter/abc_writer_camera.cc (+1, -0) (Diff)
/source/blender/io/alembic/exporter/abc_writer_mesh.cc (+2, -0) (Diff)
/source/blender/io/alembic/exporter/abc_writer_transform.cc (+6, -4) (Diff)
/source/blender/io/alembic/exporter/abc_writer_transform.h (+1, -3) (Diff)
/tests/python/alembic_export_tests.py (+47, -0) (Diff)