blender/release/scripts
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
..
io pep8 cleanup 2010-03-06 01:40:29 +00:00
modules workaround for [#21486] Python debuger pdb don't work 2010-03-08 12:29:58 +00:00
op re-project images now save as PNG's rather then TAGA's, should work around a problem photoshop has with saving taga's with alpha channels. 2010-03-07 20:39:27 +00:00
presets scene.render_data -> scene.render 2010-02-23 12:48:35 +00:00
templates pep8 cleanup 2010-03-06 01:40:29 +00:00
ui option to transform markers in the dope sheet, needed for re-timing animation. currently supports translate and extend. 2010-03-08 09:06:58 +00:00