blender/release/scripts/modules/bpy
Campbell Barton 9ce5be3706 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.
2010-03-08 12:29:58 +00:00
..
__init__.py workaround for [#21486] Python debuger pdb don't work 2010-03-08 12:29:58 +00:00
ops.py bugfix [#21405] Error on loading of thumbnails from network renderer [27204] 2010-03-01 12:44:28 +00:00
utils.py rename extension to addon after discussion with meta-androcto & mindrones 2010-02-26 14:28:29 +00:00