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:
authorStephen Swaney <sswaney@centurytel.net>2005-03-20 15:34:36 +0300
committerStephen Swaney <sswaney@centurytel.net>2005-03-20 15:34:36 +0300
commit99bffa9cc001ce83b0ed6e902f7aec14de859fb1 (patch)
tree83be4240404910f9c401b8aa37ebfb535aa02f04 /source/blender/python/api2_2x/doc/Text3d.py
parentc2140d28c199f595aa4fa915337f9623d39e51ab (diff)
correct bad reference to getDrawMode.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Text3d.py')
-rw-r--r--source/blender/python/api2_2x/doc/Text3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Text3d.py b/source/blender/python/api2_2x/doc/Text3d.py
index 93f644041be..6d5546774f6 100644
--- a/source/blender/python/api2_2x/doc/Text3d.py
+++ b/source/blender/python/api2_2x/doc/Text3d.py
@@ -94,7 +94,7 @@ class Text3d:
Set the drawing mode. The flag corresponds to the Blender settings for 3D, Front, Back. This parameter is a bitfield.
@rtype: PyNone
@type val: integer bitfield
- @param val : The Text3d's flag bits. See L{getFlag} for the meaning of the individual bits.
+ @param val : The Text3d's mode bits. See L{getDrawMode} for the meaning of the individual bits.
"""
def getUVordco():