Re: [Bf-committers] importing multipule alembic files in python. possible bug?

2017-08-08 Thread Sybren A . Stüvel
Note that this topic is now tracked at https://developer.blender.org/T52274. Let's post any replies there and keep things in one place. Sybren On 27/07/17 12:42, Levon wrote: > Not sure if this is a bug, or im not using correctly, so thought ild email > here before submitting a bug report > > >

Re: [Bf-committers] importing multipule alembic files in python. possible bug?

2017-08-08 Thread Sybren A . Stüvel
Hi Levon, Try passing as_background_job=False to the operator call. That'll import the files sequentially, which should solve your issue. Sybren On 27/07/17 12:42, Levon wrote: > Not sure if this is a bug, or im not using correctly, so thought ild email > here before submitting a bug report >