blender/tests
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
..
gtests Fix building alembic gtest with buildinfo... 2017-04-07 10:44:13 +02:00
python Alembic import/export: added as_background_job option 2017-04-19 14:40:57 +02:00
check_deprecated.py Remove SCons building system 2016-01-04 14:20:48 +05:00
CMakeLists.txt GTest unit testing framework 2014-06-19 02:09:16 +10:00