Blender Git Commit Log
Git Commits -> Revision c8c53ce
Revision c8c53ce by Bastien Montagne (master) October 29, 2021, 09:32 (GMT) |
LibQuery: Remove last 'bool returns' from public API. Those were used in a very few places to detect whether iteration should be stopped or not, but one can use `BKE_lib_query_foreachid_iter_stop` now for that. Also fix early break handling in embedded IDs processing. Fix T90922: Fix return policy inconsistency in `scene_foreach_id`. |
Commit Details:
Full Hash: c8c53ceecc3022c7a8e5f84e619ac9ea6994ed5c
Parent Commit: 2597319
Lines Changed: +52, -48