blender/release/scripts/templates
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
..
addon_add_object.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
background_job.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
builtin_keyingset.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
gamelogic_basic.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
gamelogic_module.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
gamelogic.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
operator_export.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
operator_mesh_add.py fix [#25757] Torus script uses radians for rotation in panel 2011-01-24 15:25:03 +00:00
operator_modal_draw.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
operator_modal_view3d.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
operator_modal.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
operator_simple.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
operator_uv.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00
panel_simple.py update to background_job template to use --factory-startup option. 2011-01-26 07:54:27 +00:00