Blender Git Loki
Git Commits -> Revision da2d490
Revision da2d490 by Campbell Barton (master) May 30, 2008, 01:59 (GMT) |
bugfix * scene.object.context and scene.object.selected had broken get_item funcs so scene.object.context[i] returned the wrong object. * aligning the view to an object (numpad*key), did not disable the ortho view grid. * long standing problem where opening a relative image would fail with no message. BLI_convertstringcode was returning a path with /../../'s that need to be cleaned before the path could be read, the path was also invalid from unix shell so its not a blender path reading problem. |
Commit Details:
Full Hash: da2d4904af51507fc211a0101f8e33306135e76a
SVN Revision: 15055
Parent Commit: 6af06ec
Lines Changed: +23, -7