Blender Git Commit Log

Git Commits -> Revision 9ce5be3

Revision 9ce5be3 by Campbell Barton (master)
March 8, 2010, 12:29 (GMT)
workaround for [#21486] Python debuger pdb don't work

setting sys.stdin to None is done so python wont lock blender when it tries to read from the input. - help() from the console does this.
Running blender with -d keeps the stdin so python debugging can work. add info in the help message about this.

eventually it might be best to replace sys.stdin with our own object which interacts with the console but this is not trivial.

Commit Details:

Full Hash: 9ce5be370632449b0fe617348298b0eed3ed1b60
SVN Revision: 27323
Parent Commit: 1138214
Lines Changed: +6, -1

2 Modified Paths:

/release/scripts/modules/bpy/__init__.py (+3, -1) (Diff)
/source/creator/creator.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021