TylerGubala / blenderpy

Blender as a python module with easy-install
GNU General Public License v3.0
313 stars 30 forks source link

Convert 3D (.obj) to 2D (.jpg) #138

Open walid3271 opened 1 month ago

walid3271 commented 1 month ago

I want to use Blender (using Python code) to export every frame of a 3D floor plan (.obj) to image format (.jpg). Please suggest to me how can I do that.

mathphye commented 1 month ago

Renderization with a camera?

walid3271 commented 1 month ago

Yes, Renderization with a camera.