...
En fait, c'est une doc très générale qui explique
les bases de Python sous Blender et elle n'a rien à voir avec la
doc html .
La doc html liste seulement les fonctions utilisables .
je joint un extrait .
au fait, tu as envoyé l'index de la doc du module de jeux ...
@+
olivier
extrait de la doc pdf :
<-
1.1.3 Writing an Export Script
If you want to write an export script you need access to the data stored
in Blender.The first thing you should do is creating an instance of the
class Scene by calling scene = Blender.getCurrentScene(). A scene has a
unique name
and a list of objects. The objects are stored in this list only by
a reference to their names. This is done for performance reasons. Sometimes
it's enough to know how many objects are in a scene instead of transferring
all the data from Blender into the Python interpreter. You can see the
name of a scene and how many objects are in a scene simply by typing print
scene.
->
jms wrote:
Est-ce que ce ne serait pas la version PDF de la doc
HTML
qui accompagne la nouvelle version, je joins l'index pour
que tu puisses te faire une idée.
|