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/euler.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/euler.c')
-rw-r--r--source/blender/python/generic/euler.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/python/generic/euler.c b/source/blender/python/generic/euler.c
index dcd6bcb031c..84360a76e61 100644
--- a/source/blender/python/generic/euler.c
+++ b/source/blender/python/generic/euler.c
@@ -564,9 +564,7 @@ static struct PyMethodDef Euler_methods[] = {
//------------------PY_OBECT DEFINITION--------------------------
static char euler_doc[] =
-"This object gives access to Eulers in Blender.\n"
-"\n"
-".. literalinclude:: ../examples/mathutils_euler.py\n";
+"This object gives access to Eulers in Blender.";
PyTypeObject euler_Type = {
PyVarObject_HEAD_INIT(NULL, 0)