Skip to main content

All Questions

3 votes
0 answers
674 views

How to properly import an obj with all materials and textures using python?

I'm just about to import an .obj mesh to Blender and render it all by using a python script. There are three files: .obj, <...
YCL's user avatar
  • 31
3 votes
2 answers
2k views

Sequentially importing .obj files becomes drastically slow very quickly

I have written a very straight-forward script that imports many obj files one-by-one and renders them. The imported meshes have ~10k to ~120k vertices. After rendering, I completely remove the ...
Amir's user avatar
  • 3,062
0 votes
1 answer
89 views

How to make all keyframe scene visible objects, visible in the renderer for each keyframe

I need urgent help on this for a project that's due. I didn't know there was a camera renderer that also need to be altered i thought it was scene view the whole time. (there's probably a script that ...
Someone...New's user avatar
1 vote
3 answers
1k views

Render objects to separate files using python

I have a scene with multiple objects. Is there a way to automate rendering each object indiviual to separate files? I'm assuming that this would be achieved via scripting, which is fine.
honkskillet's user avatar