[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19767] trunk/blender/source/blender/ python/api2_2x/doc/Particle.py: [#18533] Little fix in Particle API doc

Campbell Barton ideasman42 at gmail.com
Fri Apr 17 04:33:15 CEST 2009


Revision: 19767
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19767
Author:   campbellbarton
Date:     2009-04-17 04:33:14 +0200 (Fri, 17 Apr 2009)

Log Message:
-----------
[#18533] Little fix in Particle API doc
from Alberto Santos (dnakhain)

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/doc/Particle.py

Modified: trunk/blender/source/blender/python/api2_2x/doc/Particle.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Particle.py	2009-04-17 02:13:35 UTC (rev 19766)
+++ trunk/blender/source/blender/python/api2_2x/doc/Particle.py	2009-04-17 02:33:14 UTC (rev 19767)
@@ -40,13 +40,25 @@
 		- LINE: Draw as lines
 		- PATH: Draw pathes
 		- OBJECT: Draw object
-		- GROUP: Draw goup
+		- GROUP: Draw group
 		- BILLBOARD: Draw as billboard 
 @type CHILDTYPE: readonly dictionary
 @var CHILDTYPE: Constant dict used for whith L{Particle.CHILDTYPE}
 		- NONE: set no children
 		- PARTICLES: set children born from particles
 		- FACES: set children born from faces
+ at type CHILDKINK: readonly dictionary
+ at var CHILDKINK: Type of periodic offset on the path
+		- NOTHING: set no offset on the path 
+		- CURL: set curl offset on the path
+		- RADIAL: set radial offset on the path
+		- WAVE: set wave offset on the path
+		- BRAID: set braid offset on the path
+ at type CHILDKINKAXIS: readonly dictionary
+ at var CHILDKINKAXIS: Which axis to use for offset
+		- X: set X axis for offset
+		- Y: set Y axis for offset
+		- Z: set Z axis for offset
 """
 
 class Particle:





More information about the Bf-blender-cvs mailing list