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>2010-02-28 16:45:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-28 16:45:08 +0300
commitc1cd33e166fa0b0f9419ec9d8a19d124452019d3 (patch)
treec4dfc5070245d6c3001afce4628e9b5d36fa004f /source/blender/python/generic/vector.c
parentfc1cb1670e1f263d75ec07965028529e6dc52bc3 (diff)
examples for autogenerated docs are now implicit and used when available.
This means adding the file "bpy.props.py" in the examples dir will automatically be used when generating docs, unused examples give warnings.
Diffstat (limited to 'source/blender/python/generic/vector.c')
-rw-r--r--source/blender/python/generic/vector.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/python/generic/vector.c b/source/blender/python/generic/vector.c
index d5ff44ae5ad..1e44ddafd37 100644
--- a/source/blender/python/generic/vector.c
+++ b/source/blender/python/generic/vector.c
@@ -2129,9 +2129,7 @@ static struct PyMethodDef Vector_methods[] = {
*/
static char vector_doc[] =
-"This object gives access to Vectors in Blender.\n"
-"\n"
-".. literalinclude:: ../examples/mathutils_vector.py\n";
+"This object gives access to Vectors in Blender.";
PyTypeObject vector_Type = {
PyVarObject_HEAD_INIT(NULL, 0)