tornavis/source/blender/io/alembic
Bastien Montagne df0d7c9c3d WM Jobs: Refactor all worker status variables into a single shared struct.
Move the three current 'status variables' (stop, update and progress)
into a single 'WorkerStatus' struct. This is cleaner and will allow for
future workin this area without having to edit tens of 'startjob'
callbacks signatures all the time.

No functional change expected here.

Note: jobs' specific internal code has been modified as little as
possible, in many cases the job's own data still just store pointers to
these three values. Ideally in the future more refactor will be using a
single pointer to the shared `wmJobWorkerStatus` data instead.

Pull Request: https://projects.blender.org/blender/blender/pulls/113343
2023-10-09 12:12:22 +02:00
..
exporter WM Jobs: Refactor all worker status variables into a single shared struct. 2023-10-09 12:12:22 +02:00
intern WM Jobs: Refactor all worker status variables into a single shared struct. 2023-10-09 12:12:22 +02:00
tests Cleanup: Move depsgraph headers to C++ 2023-09-22 03:18:17 +02:00
ABC_alembic.h Cleanup: Move depsgraph headers to C++ 2023-09-22 03:18:17 +02:00
CMakeLists.txt CMake: use bf_io_ prefix for IO tests 2023-09-23 20:22:19 +10:00