Page Menu
Home
Search
Configure Global Search
Log In
Differential
D1784
Diff 6031
source/blender/editors/armature/pose_select.c
Changeset View
SmallHash is mainly for cases when we want to avoid allocs, and when there are very few elements in the hash. Otherwise its generally better to use GHash. (For this patch please use GHash)
Note that in this case you could flag use a temporary flag on objects, but using a hash is OK since it can be more easily extended for different kinds of properties without each function needing to have different logic.