I created few additional options for selecting similar bones in edit mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Thanks! I only have some minor nitpicks, the functionality seems to work fine.
@Campbell Barton (campbellbarton), I think you added this to the quick hacks list initially, maybe you have some comments.
| source/blender/editors/armature/armature_select.c | ||
|---|---|---|
| 864 | This function should be static. | |
| 865 | Style: put return; on a new line, and without the space between. | |
| 884 | Style, use space: EBONE_SELECTABLE(arm, ebone_iter) | |
| 893 | Same style note as above. | |
| 903 | Same style note as above. | |
| 906 | Same style note as above. | |