Page Menu
Home
Search
Configure Global Search
Log In
Differential
D2820
Diff 9208
source/blender/editors/armature/armature_select.c
Changeset View
Using ghash here isn't needed, BKE_pose_channel_find_name already uses a hash lookup,
so you can just loop over edit bones and compare the custom object with the active bones.