Python and 3D

E

Eric von Horst

Hi,

I am looking for Python modules that allow you to manipulate 3D
objects, more specifically Alias Wavefront .OBJ objects.
Also, a module that would allow you to vizualize these models and
rotate them etc..

The goal is not to build a new renderer or something; just a small
program that I need to do some manipulations in bulk on a set of OBJs

Any help much appreciated

Eric
 
M

Mike Driscoll

Hi,

I am looking for Python modules that allow you to manipulate 3D
objects, more specifically Alias Wavefront .OBJ objects.
Also, a module that would allow you to vizualize these models and
rotate them etc..

The goal is not to build a new renderer or something; just a small
program that I need to do some manipulations in bulk on a set of OBJs

Any help much appreciated

Eric

I'm not aware of anything. You might look at pyOpenGL or pyglet. They
should be good for 3D modeling at least.

Mike
 
C

Carl Banks

Hi,

I am looking for Python modules that allow you to manipulate 3D
objects, more specifically Alias Wavefront .OBJ objects.
Also, a module that would allow you to vizualize these models and
rotate them etc..

The goal is not to build a new renderer or something; just a small
program that I need to do some manipulations in bulk on a set of OBJs


What do you mean by "manipulate". There are lots of ways to
manipulate 3D objects; can you be more specific?


Carl Banks
 
D

dave_mikesell

Hi,

I am looking for Python modules that allow you to manipulate 3D
objects, more specifically Alias Wavefront .OBJ objects.
Also, a module that would allow you to vizualize these models and
rotate them etc..

The goal is not to build a new renderer or something; just a small
program that I need to do some manipulations in bulk on a set of OBJs

This is more of a question about Alias than Python. I googled it and
found Autodesk's AliasStudio (which apparently used to be Alias
Wavefront) - is this what you're talking about? There is a C++ API,
which could be wrapped in Python using something like SWIG.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top