Reduce indentation in two armature drawing functions, by flipping conditions and using `continue` (instead of having the entire `for`-body inside two nested conditions). No functional changes.
Reduce indentation in two armature drawing functions, by flipping conditions and using `continue` (instead of having the entire `for`-body inside two nested conditions). No functional changes.