-- Added Object.effects, a read-only attribute which returns a list of the

particle effects belonging to an object (based on patch from jms)
This commit is contained in:
Ken Hughes
2005-11-06 22:29:49 +00:00
parent 25dc3355f4
commit 0089c0bc53
2 changed files with 41 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ class Object:
The Object object
=================
This object gives access to generic data from all objects in Blender.
@ivar LocX: The X location coordinate of the object.
@ivar LocY: The Y location coordinate of the object.
@ivar LocZ: The Z location coordinate of the object.
@@ -185,6 +185,7 @@ class Object:
32 - drawwire.
@ivar name: The name of the object.
@ivar sel: The selection state of the object in the current scene, 1 is selected, 0 is unselected.
@ivar effects: The list of particle effects associated with the object. (Read-only)
"""
def buildParts():