0

I keep getting the context is incorrect error and the error is: Operator bpy.ops.wm.alembic_import.poll() failed.

I have tried all the solutions shared in this post and in the official documentation and the issue still persist.

I am running this command:

bpy.ops.wm.alembic_import(filepath=meshPath, as_background_job=False)

Thanks!

Ajwad
  • 1
  • This caused by calling operator form console or text editor. Here is some sumular cases https://blender.stackexchange.com/a/135995/23459, https://blender.stackexchange.com/a/6105/23459. The simplest solution is to create your own operator (blender has templates), register it and call from search (F3) menu. – RUben Oct 03 '19 at 08:07
  • Even if you don't get an answer, please don't ask the same question multiple times. – Ray Mairlot Oct 03 '19 at 11:33

0 Answers0