Exppython docs:

- Updates and fixes to the documentation files, only, no code involved.
This commit is contained in:
Willian Padovani Germano
2003-07-22 00:27:03 +00:00
parent 9a5cf3cb66
commit de60889865
12 changed files with 170 additions and 139 deletions

View File

@@ -19,8 +19,8 @@ effect, which can be a wave, particle or build effect. The python API follows
this structure : the Effect module grants access to (the few) data which
are shared between all effects. It has three submodules : Wave, Build, Particle
, which grant r/w access to the real parameters of these effects.
Example::
Example::
import Blender
"""