blender/source/tests
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
..
batch_import.py 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
bl_test.py correct own bad spelling 2011-01-23 12:42:07 +00:00
CMakeLists.txt update testing md5's for changes in exporters. 2011-01-23 13:34:36 +00:00
pep8.py fix [#25778] Memoryblock Data from SCR: end corrupt 2011-01-25 01:51:28 +00:00
rna_array.py - fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: "ImportError: No module named _socket" because of copying wrong files over. 2011-01-23 11:42:29 +00:00
rna_info_dump.py - fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: "ImportError: No module named _socket" because of copying wrong files over. 2011-01-23 11:42:29 +00:00