Télécharger la liste

Description du projet

Dice3DS is a set of Pure Python modules for dealing with 3D Studio format (*.3ds) files. It maps 3DS chunks into a hierarchical set of Python objects; it's a lot like how ElementTree works for XML files. Dice3DS requires Python 2.6 or higher and Numpy. Note that it is not a wrapper for lib3ds.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-04-19 12:24
0.7

Un bug minuscule pour view3ds.
Tags: Minor bugfixes
A tiny bugfix for view3ds.

2007-04-08 08:23
0.6

Le code a été modifié pour utiliser les constantes définies dans le "numpy" namespace au lieu de la "Numérique" espace de noms, depuis numpy ne semble plus à fournir les constantes numériques. L'avantage est que cela fonctionne pour numpy 1.0. L'inconvénient est que vous ne pouvez plus le backport vers NUMERIC en changeant les déclarations d'importation. La plupart de façon inexplicable, le comportement de numpy.sum changé et a battu le calcul des normales. Ainsi, la somme builtin est utilisé dans util.py au lieu de numpy.sum.
Tags: Major bugfixes
The code was changed to use the constants defined
in the "numpy" namespace instead of the "Numeric"
namespace, since numpy no longer seems to provide
the Numeric constants. The advantage is that it
works for numpy 1.0. The disadvantage is that you
can no longer backport it to Numeric by changing
the import statements. Most inexplicably, the
behavior of numpy.sum changed and broke the
calculation of normals. Thus, the builtin sum is
used in util.py instead of numpy.sum.

2007-01-30 19:56
0.5

Cette version utilise numpy. Toutefois, numérique devrait toujours fonctionner si vous changez "numpy import" d ' "importer numérique comme numpy". Un bug sur des machines big-endian a été corrigé. Nn module d'exemple montrant comment l'importation 3DS dans Blender a été ajoutée. Les outils de ligne de commande ont été un peu amélioré.
Tags: Minor bugfixes
This release uses numpy. However, Numeric should still work if you change "import numpy" to "import Numeric as numpy". A bug on big endian machines has been fixed. Nn example module showing how to import 3DS into Blender has been added. The command line tools have been improved a bit.

2006-11-22 21:26
0.4

Tags: Initial freshmeat announcement

Project Resources