2
$\begingroup$

I need to import FBX file to blender using a python script. Does anyone know how we can do that?

Thanks

$\endgroup$
6
  • $\begingroup$ If you are referring to a particular existing script, you should post a link where one can examine it. Or you want to create a custum python script? $\endgroup$ Commented Aug 5, 2015 at 23:25
  • $\begingroup$ I am just trying a simple python script in which I have to import some images, and FBX files. I was able to import images, however, no clue how to do the same for FBX file. I have recently started exploring blender python APIs, thus my knowledge is quite limited :) $\endgroup$ Commented Aug 5, 2015 at 23:49
  • 1
    $\begingroup$ Welcome blackbug :) You have to call the operator: bpy.ops.import_scene.fbx() Do you want to import single or multiple files? How many objects contains your fbx? In order to get a solid answer, please add more context to the question. Anyway, enjoy blender.se! $\endgroup$ Commented Aug 6, 2015 at 1:22
  • $\begingroup$ Thanks alot :) It really helped) Does same exists for importing videos as well? $\endgroup$ Commented Aug 7, 2015 at 7:50
  • $\begingroup$ Also, when I tried to import images to blender,I was able to do so, however, those images are just grey planes, I can't really see the image itself. I used " bpy.ops.import_image.to_plane" method to do that. Any suggestions? Thanks again) $\endgroup$ Commented Aug 7, 2015 at 7:53

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.