blender/source/blender/windowmanager
Campbell Barton 0d3cf5c8a6 Script to test import operators, so a single command can execute an operator on all files in a directory and optionally save out blend files for inspection.
This comes in handy for testing importers against 100's of files, quickly showing breakages and easier to setup then unit tests.

Example usage:

  blender.bin --background --python source/tests/batch_import.py -- \
              --operator="bpy.ops.import_scene.obj" \
              --path="/data/testfiles/obj" \
              --match="*.obj" \
              --start=0 --end=50 \
              --save_path="/tmp/test"


Also found my name was spelt wrong in some places :)
2011-02-01 12:47:50 +00:00
..
intern Script to test import operators, so a single command can execute an operator on all files in a directory and optionally save out blend files for inspection. 2011-02-01 12:47:50 +00:00
CMakeLists.txt use cmake defined names for jpeg, png, zlib and python libs, building on *nix with non-standard libjpeg/png/zlib locations was broken. 2011-01-25 14:43:13 +00:00
SConscript rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
WM_api.h new command line option '--factory-startup' to skip reading startup.blend. useful for testing with a predictable environment. 2011-01-19 09:13:24 +00:00
wm_cursors.h fix for some pedantic warnings. 2010-12-03 01:52:28 +00:00
wm_draw.h Sculpt Mode Bugfixes: 2010-03-22 11:59:36 +00:00
wm_event_system.h bugfix [#24302] Ctrl+Click Extrude gets old mouse events 2010-10-18 00:25:32 +00:00
wm_event_types.h Bugfix, own collection 2010-12-15 18:09:25 +00:00
wm_files.h Patch [#22339] File/installation paths changes 2010-07-04 15:35:23 +00:00
wm_subwindow.h correct fsf address 2010-02-12 13:34:04 +00:00
WM_types.h split BKE_utildefines.h, now it only has blender specific defines like GS() MAKE_ID, FILE_MAXDIR, moved the generic defines to BLI_utildefines.h. 2011-01-07 18:36:47 +00:00
wm_window.h - UNUSED macro wasn't throwing an error with GCC if a var become used. 2010-10-16 02:40:31 +00:00
wm.h - UNUSED macro wasn't throwing an error with GCC if a var become used. 2010-10-16 02:40:31 +00:00