blender/release/scripts/modules
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
..
bpy workaround for [#21486] Python debuger pdb don't work 2010-03-08 12:29:58 +00:00
console autocompete was matching import_foo as import keyword. 2010-02-14 12:23:25 +00:00
rigify pep8 cleanup 2010-03-06 01:40:29 +00:00
bpy_types.py [#21141] boring segfault on F8/"reload scripts", 26878, backtrace 2010-02-15 10:54:51 +00:00
graphviz_export.py correct fsf address 2010-02-12 13:34:04 +00:00
rigify_utils.py correct fsf address 2010-02-12 13:34:04 +00:00
rna_info.py pep8 cleanup 2010-03-06 01:40:29 +00:00
rna_prop_ui.py store vars in py operators in the instance rather then the operator classes. 2010-02-27 14:54:45 +00:00