29oct15 On lilmac (yosemite) neither blobby nor bloxy permits midmouse to pick joint 2oct12 Fixed and error in bloxy.py. Probably works just like blobby.py now. Maybe 27sep11 Sadly, bloxy.py executing the mouse clicks correctly on westkill/python2.4 Gladly, blobby.py still does ... use middlemouse to pick and leftmouse to rotate joint. 24oct10 The problem with using mouse key-down with the visual library is that the default behavior for the right-key-down-mouse-drag = tilts the whole scene middle-key-down-mouse-drag = zooms the whole scene It's not easy to figure out how to disable the default behavior, if that is even possible. William reuses the middle-mouse to pick the limb to be rotated with left-mouse. Putting this on the right-mouse to accommodate 2-button mice causes no worse problems. Either way, button-down-drag calls does the scene rotation or zoom, while placing the cursor over the bone is done with no buttons down. 19oct10 On westkill (mac) Baker's boxy-man with python2.3 no visual library python2.4 pick limb on midbutton, works python2.5 no visual libary python2.6 runs but picking fails (report runtime error) Also, we'll rename this program bloxy.py for "bloxyman" to make clearer what we're referrring to.