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
path: root/source
diff options
context:
space:
mode:
authorJiri Hnidek <jiri.hnidek@tul.cz>2006-08-15 15:06:00 +0400
committerJiri Hnidek <jiri.hnidek@tul.cz>2006-08-15 15:06:00 +0400
commit2fc1f4ac426a1cde79d6357c9ff21c6a57533ce5 (patch)
treec225ce8962b3e5c2eea8eb1fb9860718c9f3a7f1 /source
parent9851153814a77b1e593c5efc8d5b0741503a1b8b (diff)
- updated python api doc string for Object_SetDrawMode()
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/Object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Object.c b/source/blender/python/api2_2x/Object.c
index 838e85fbdd3..4c2d91fe253 100644
--- a/source/blender/python/api2_2x/Object.c
+++ b/source/blender/python/api2_2x/Object.c
@@ -664,7 +664,7 @@ Possible arguments (provide as strings):\n\
"Sets the object's delta location which must be a vector triple."},
{"setDrawMode", ( PyCFunction ) Object_SetDrawMode, METH_VARARGS,
"Sets the object's drawing mode. The argument can be a sum of:\n\
-2: axis\n4: texspace\n8: drawname\n16: drawimage\n32: drawwire"},
+2: axis\n4: texspace\n8: drawname\n16: drawimage\n32: drawwire\n64: drawxray\n128: drawtransp"},
{"setDrawType", ( PyCFunction ) Object_SetDrawType, METH_VARARGS,
"Sets the object's drawing type. The argument must be one of:\n\
1: Bounding box\n2: Wire\n3: Solid\n4: Shaded\n5: Textured"},