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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user