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