From 0cda4903b1a6f8a94e45fef9847c5b3a5fe56890 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 17 Apr 2009 02:33:14 +0000 Subject: [PATCH] [#18533] Little fix in Particle API doc from Alberto Santos (dnakhain) --- source/blender/python/api2_2x/doc/Particle.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/blender/python/api2_2x/doc/Particle.py b/source/blender/python/api2_2x/doc/Particle.py index 9728c896904..6107f0bda2f 100644 --- a/source/blender/python/api2_2x/doc/Particle.py +++ b/source/blender/python/api2_2x/doc/Particle.py @@ -40,13 +40,25 @@ This module provides access to the B{Particle} in Blender. - 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 +@type CHILDKINK: readonly dictionary +@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 +@type CHILDKINKAXIS: readonly dictionary +@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: -- 2.28.0