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

3 Modified Paths:

/source/blender/blenkernel/BKE_lib_query.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/lib_query.c (+48, -45) (Diff)
/source/blender/blenkernel/intern/scene.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021