Python and 3D

Python python at rgbaz.eu
Sun Mar 16 09:07:36 EDT 2008


On 15 mrt 2008, at 23:06, Mike Driscoll wrote:

> 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
>>
>> 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

...or have a look at Blender's bpython module:
http://www.blender.org/education-help/python/

Arno



More information about the Python-list mailing list