From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Bugs

  • Bone settings tools for armatures (from menus) don't correctly call invoke(), and so don't work
  • Bone settings -> enable tool has its hotkey overridden by the warp hotkey (warp is useless though!)
  • Loading files with old ID-properties saved (in 2.4x) crashes Blender (2.5)
  • Bug in axis drawing of bones, see near the root bone http://www.pasteall.org/blend/634 (ZanQdo)
    • Underlying cause is because text drawing assumes only object-matrix, and nothing else
  • Tooltips can sometimes hang around longer than we want them to (especially with the toolbar + a narrow view)

Probably Todo's

  • In NLA, animating the influence+strip time doesn't work well
  • Py-API/Operators - it is impossible to make any kind of compound operator that gets evaluated in the order you want (probably as macros cannot have modal stuff as anything but last step)
  • An entry to add group instances is missing from the add menu