Python and 3D

dave_mikesell at fastmail.fm dave_mikesell at fastmail.fm
Sun Mar 16 10:49:01 EDT 2008


On Mar 15, 3:09 pm, Eric von Horst <z80vsvi... at hotmail.com> wrote:
> 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.




More information about the Python-list mailing list