blender/source
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
..
blender Alembic import/export: added as_background_job option 2017-04-19 14:40:57 +02:00
blenderplayer Fix Player stubs (tm) 2017-04-15 01:09:44 +02:00
creator Fix typo in command line arg list 2017-03-07 09:07:58 -05:00
gameengine Object Info node support for GLSL mode and the internal render 2017-04-14 18:15:57 +03:00
tools@b11375e890 Fix blurry icons 2017-01-29 17:21:57 +03:00
CMakeLists.txt Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00