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 >

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

2017-07-27 Thread Levon
Not sure if this is a bug, or im not using correctly, so thought ild email here before submitting a bug report Trying to import a number of alembic files using the following python code import os directory = *directory with alembic files* files = os.listdir(directory) print (files) for file in