tornavis/source/blender/io
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
..
alembic WM Jobs: Refactor all worker status variables into a single shared struct. 2023-10-09 12:12:22 +02:00
avi Cleanup: use const arguments & variables 2023-09-19 11:09:20 +10:00
collada Fix #113178: .dae file with collection-less armature crashes on import 2023-10-03 10:34:44 +02:00
common Cleanup: Move depsgraph headers to C++ 2023-09-22 03:18:17 +02:00
gpencil Cleanup: Move depsgraph headers to C++ 2023-09-22 03:18:17 +02:00
ply Fix #112011: PLY export broken when mesh contains faces with >255 vertices 2023-09-28 14:21:23 +03:00
stl CMake: use bf_io_ prefix for IO tests 2023-09-23 20:22:19 +10:00
usd WM Jobs: Refactor all worker status variables into a single shared struct. 2023-10-09 12:12:22 +02:00
wavefront_obj Shaders: add "Weight" to Transmission/Subsurface/Coat/Sheen socket names 2023-09-25 19:51:27 +02:00
CMakeLists.txt License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00