blender/release/scripts/modules/bpy
Campbell Barton 5b88712ff9 move debug flag into its own global var (G.debug), split up debug options.
--debug
  --debug-ffmpeg
  --debug-python
  --debug-events
  --debug-wm

This makes debug output easier to read - event debug prints would flood output too much before.

For convenience:
  --debug-all turns all debug flags on (works as --debug did before).

also removed some redundant whitespace in debug prints and prefix some prints with __func__ to give some context.
2012-03-31 00:59:17 +00:00
..
__init__.py fix [#30402] modules dir missing from sys.path 2012-03-28 23:53:27 +00:00
ops.py cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
path.py fix [#30623] user-defined render presets bug 2012-03-21 22:29:49 +00:00
utils.py move debug flag into its own global var (G.debug), split up debug options. 2012-03-31 00:59:17 +00:00