addition of a small example

This commit is contained in:
2003-07-22 18:11:07 +00:00
parent 9085330008
commit 9ab32780ae

View File

@@ -22,6 +22,12 @@ are shared between all effects. It has three submodules : Wave, Build, Particle
Example::
import Blender
listffects = Blender.Effect.Get()
print listeffects
eff = listeffects[0]
#we suppose the first effect is a build effect
print eff.getLen()
eff.setLen(500)
"""
def New (type):