blender/tests/gtests
Sybren A. Stüvel 89b7f785e6 Cleanup: Alembic, moved exporter code into separate directory
This moves most of the exporter-related code
from `source/blender/io/alembic/intern`
to   `source/blender/io/alembic/exporter`

This is to prepare the Alembic code for the switchover to using
`blender::io::AbstractHierarchyIterator`. When that happens, a few more
files will be added, and having things in a separate 'exporter'
directory makes things less cluttered.

Note that exporting consists of multiple steps (determine export
hierarchy, create Alembic archive, and then write data into it), which
is why the directory is called "exporter", but many of the files are
called "writer".

No functional changes.
2020-06-19 15:30:18 +02:00
..
alembic Cleanup: Alembic, moved exporter code into separate directory 2020-06-19 15:30:18 +02:00
blenkernel Code Cleanup: fcurve function naming 2020-06-05 09:30:15 +02:00
blenlib Tests: Use explicit signature constants 2020-06-19 12:02:21 +02:00
blenloader Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
bmesh Cleanup: improve custom data type names 2020-06-10 15:47:31 +02:00
ffmpeg CMake: Fix linking of ffmpeg_test on macOS 2020-01-16 15:52:19 +01:00
functions Functions: Multi Function 2020-06-16 16:35:57 +02:00
guardedalloc Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_aligned 2020-01-23 14:21:48 +01:00
testing Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
usd USD Test: Don't use designated initializers 2020-06-19 12:36:37 +02:00
CMakeLists.txt Functions: Run-time type system and index mask 2020-06-08 17:37:43 +02:00