Files
test/source/blender/blenkernel
Sybren A. Stüvel 12fc4b6c58 Refactor: anim, change if-elseif-else chain to switch + reduce iterations
Refactor `BKE_pose_channel_copy_data()` so that it iterates over the entire
armature only once (instead of twice), and to use a `switch` instead of
a chain of `if`/`else if`/`else` clauses.

No functional changes.
2023-09-25 14:33:51 +02:00
..
2023-08-30 22:36:36 +02:00
2023-09-05 11:04:27 +10:00
2023-08-25 09:40:42 +10:00
2023-07-04 17:03:02 +02:00
2023-07-24 22:06:55 +02:00
2023-08-25 09:40:42 +10:00
2023-09-05 11:04:27 +10:00
2023-09-20 14:40:56 +02:00
2023-08-18 08:56:12 +10:00
2023-08-30 22:36:36 +02:00
2023-09-22 00:34:17 +02:00