Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2006-07-05 07:51:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-07-05 07:51:32 +0400
commitcb8fa00a0949126cefb68906a0203d9e8f5f453c (patch)
treed1291e1cdd366878adcfbf874be61a8926731423 /source/blender/python/api2_2x/doc/Object.py
parentde0af9d951bf3f15129847d8e078a5bb1d6fcc82 (diff)
Added a note in mathutils about how line intersect works
getSBEnable was removed and replaced by isSB, docs needed to be updated.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Object.py')
-rw-r--r--source/blender/python/api2_2x/doc/Object.py14
1 files changed, 2 insertions, 12 deletions
diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py
index 2f0113a02cd..8fddec11be3 100644
--- a/source/blender/python/api2_2x/doc/Object.py
+++ b/source/blender/python/api2_2x/doc/Object.py
@@ -598,7 +598,7 @@ class Object:
def getType():
"""
Returns the type of the object in 'Armature', 'Camera', 'Curve', 'Lamp', 'Lattice',
- 'Mball', 'Mesh', 'Surf', 'Empty', 'Wave' (deprecated) or 'unknown' in exceptional cases.
+ 'MBall', 'Mesh', 'Surf', 'Empty', 'Wave' (deprecated) or 'unknown' in exceptional cases.
@return: The type of object.
I{B{Example:}}
@@ -1311,22 +1311,12 @@ class Object:
@param goal: the Object's SB New DefaultGoal.
"""
- def getSBEnable():
+ def isSB():
"""
Get if the Object's SB is Enabled.
@rtype: int
"""
- def setSBEnable(switch):
- """
- Enable / Disable SoftBodies.
- 1: on
- 0: off
- @rtype: PyNone
- @type switch: int
- @param switch: the Object's SB New Enable Value.
- """
-
def getSBPostDef():
"""
get SoftBodies PostDef option