Python Forum
3D object modeling on Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: 3D object modeling on Python (/thread-5618.html)



3D object modeling on Python - samuelan - Oct-13-2017

Hello,
I need to start my python project, which is making a 3D object with polygon meshes by photogrammetry (taking pictures of the object in different angles). I would also like to animate this object later on. So I was wandering if Python is fit for such project. Or is it better to use another software such as blender? I currently have no knowledge on how to use blender, but I've been using Python for few years.

Thank you


RE: 3D object modeling on Python - phread - Oct-13-2017

Can you just build the object and use the photos as textures or skins? If that's the case, I'd go Blender.