blender/tests/python
Sybren A. Stüvel 2dac8b3ee0 Alembic import/export: added as_background_job option
The ABC_export and ABC_import functions both take a as_background_job
parameter, and return a boolean.

When as_background_job=true, returns false immediately after scheduling
a background job. This was the old behaviour of this function, which makes
it very hard for scripts to do something with the data after the import
or export completes.

When as_background_job=false, performs the export synchronously, and
returns true when the export was ok, and false if there were any errors.
This allows further processing.

The Scene.alembic_export() function is deprecated, and will be removed from
Blender 2.8 in favour of calling the bpy.ops.wm.alembic_export() operator.
As such, it has been hard-coded to the old background job behaviour.
2017-04-19 14:40:57 +02:00
..
alembic_tests.py Alembic import/export: added as_background_job option 2017-04-19 14:40:57 +02:00
batch_import.py Use 'empty' option for clearing factory settings 2017-03-29 20:11:54 +11:00
bl_keymap_completeness.py
bl_load_addons.py addon_utils default mismatch /w enable/disable 2015-06-14 05:14:43 +10:00
bl_load_py_modules.py Fix bl_load_py_modules test 2016-05-02 21:06:15 +10:00
bl_mesh_modifiers.py Remove non-bmesh case from test 2017-03-29 20:11:54 +11:00
bl_mesh_validate.py
bl_pyapi_bpy_path.py Add test scripts to ctest & rename 2015-09-24 20:52:58 +10:00
bl_pyapi_bpy_utils_units.py Add test scripts to ctest & rename 2015-09-24 20:52:58 +10:00
bl_pyapi_idprop_datablock.py Datablock ID Properties 2017-04-13 12:33:05 +03:00
bl_pyapi_idprop.py PyAPI: Fast buffer access to id property arrays 2017-04-10 21:12:02 +10:00
bl_pyapi_mathutils.py Tests: Compare vectors with epsilon 2017-04-07 18:28:38 +02:00
bl_rna_defaults.py Tests: improve RNA default reporting 2016-02-29 11:55:44 +11:00
bl_rna_manual_reference.py rename wiki -> manual 2015-06-08 11:34:07 +10:00
bl_rst_completeness.py Cleanup: don't use single sets for comparisons 2015-04-14 10:34:32 +10:00
bl_run_operators.py Use 'empty' option for clearing factory settings 2017-03-29 20:11:54 +11:00
bl_test.py
CMakeLists.txt Added simple unittests for Alembic exporter 2017-04-14 12:54:20 +02:00
cycles_render_tests.py CTests: Initial work to cover Cycles nodes with OpenGL tests 2017-02-10 14:52:54 +01:00
pep8.py Replace pep8 with flake8 checker 2016-08-01 11:02:01 +10:00
rna_array.py Cleanup: use static sets where possible 2014-09-18 17:45:31 +10:00
rna_info_dump.py
rst_to_doctree_mini.py Cleanup: pep8 2016-02-01 00:47:10 +11:00