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>2011-10-13 18:10:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-13 18:10:38 +0400
commitfa3b4e1830b0f51b058b54346fcccf9849d84e13 (patch)
tree04c6114395f6f0dafb6b41e4dd843c7a807ece42 /source/blender/python
parent05b47c28fa8f12bc16db3e21ddcb9a57f3f1e7fa (diff)
correct collada lib linking order (wasnt building for me), and sphinx doc syntax warning.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_rna.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index c4ef866722d..76dcf9729ca 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -85,7 +85,9 @@ static PyObject* pyrna_struct_Subtype(PointerRNA *ptr);
static PyObject *pyrna_prop_collection_values(BPy_PropertyRNA *self);
#define BPY_DOC_ID_PROP_TYPE_NOTE \
-" .. note:: Only :class:`bpy.types.ID`, :class:`bpy.types.Bone` and \n" \
+" .. note::\n" \
+"\n" \
+" Only :class:`bpy.types.ID`, :class:`bpy.types.Bone` and \n" \
" :class:`bpy.types.PoseBone` classes support custom properties.\n"