tornavis/source/blender/compositor
Jesse Yurkovich d47ceb53f8 Cleanup: Replace usage of old BLI_array macros with C++ types
This replaces the older dynamic c arrays with blender::Vector as
appropriate. Many files required minimal changes and the before/after
are quite similar.

There's 3 remaining usages of the old machinery but those will require
more involved changes and design.

See #103343

Pull Request: https://projects.blender.org/blender/blender/pulls/110981
2023-10-06 03:02:17 +02:00
..
intern Cleanup: Replace usage of old BLI_array macros with C++ types 2023-10-06 03:02:17 +02:00
nodes Compositor: Use RBF Interpolation in Keying Screen node 2023-10-04 07:07:04 +02:00
operations Compositor: Use RBF Interpolation in Keying Screen node 2023-10-04 07:07:04 +02:00
realtime_compositor Realtime Compositor: Implement Keying Screen node 2023-10-04 07:35:07 +02:00
tests License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
CMakeLists.txt Cleanup: sort cmake file lists 2023-08-24 11:38:41 +10:00
COM_compositor.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
COM_defines.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
COM_precomp.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00