Skip to content

7.5.1

Compare
Choose a tag to compare
@mwcraig mwcraig released this 20 Jun 19:08
· 510 commits to master since this release
839e8d5

NEW CAPABILITIES

  • Can now make scrolling graphs.
  • The pos attribute of a compound object can be different from the center of the bounding box.
  • The function keysdown() provides a list of those keys that are currently pressed.
  • Can now specify make_trail for compound objects and extrusions.

BUG FIXES

  • Fix bugs in scene.center/forward/up and scene.camera.pos/axis/rotate
  • Can now place elements to the left of a slider.
  • Fix serious bugs in compound_to_world and world_to_compound.
  • Fix bugs in the rotation of an arrow about its own axis, including changing arrow.up.
  • Fix bug in all widgets to handle widget.disabled correctly. (Issue #2, Pull request #3)