Blender Git Commit Log
Git Commits -> Revision faf6382
Revision faf6382 by Joshua Leung (master) December 15, 2007, 07:35 (GMT) |
== Auto-IK == -- Peach request (from wiki feature request list) -- When translating a bone using Auto-IK, you can now use the ScrollWheel on the Mouse or the Page Up/Down keys to adjust the chain length. Notes: * Up decreases the length, while Down increases it. * The previously used chain-length is stored per scene * Currently, it might be too sensitive. Also, it would help to have some kind of indication of the current chain-length somewhere... * The chain length specified this way determines the MAXIMUM chain length possible for all chains (if 0, then the default chain-length is used). Chains are clamped to have a chain length which does not exceed the default chain length. This restriction may be removed following further feedback... |
Commit Details:
Full Hash: faf638238dc5147fa3b9c5cc4999bda907acd6f7
SVN Revision: 12889
Parent Commit: b71d55b
Lines Changed: +122, -39