Initial commit for BPy Particle patch #8557 from Cedric Paille

Thanks, Cedric!

*** WARNING ****   This is a Work In Progress   *** Warning ****
This commit is contained in:
Stephen Swaney
2008-05-11 04:15:21 +00:00
parent 33568c3f24
commit a2c10ff1e7
7 changed files with 2190 additions and 870 deletions

View File

@@ -641,7 +641,16 @@ class Object:
@ivar upAxis: Up axis. Return string 'Y' | 'Y' | 'Z' (readonly)
@type upAxis: string
"""
def getParticleSystems():
"""
Return a list of particle systems linked to this object (see Blender.Particle).
"""
def newParticleSystem():
"""
Link a new particle system (see Blender.Particle).
"""
def buildParts():
"""
Recomputes the particle system. This method only applies to an Object of