correct collada lib linking order (wasnt building for me), and sphinx doc syntax warning.
This commit is contained in:
@@ -53,10 +53,11 @@ SET(_opencollada_FIND_COMPONENTS
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Fedora openCOLLADA package links these statically
|
# Fedora openCOLLADA package links these statically
|
||||||
|
# note that order is important here ot it wont link
|
||||||
SET(_opencollada_FIND_STATIC_COMPONENTS
|
SET(_opencollada_FIND_STATIC_COMPONENTS
|
||||||
UTF
|
|
||||||
ftoa
|
|
||||||
buffer
|
buffer
|
||||||
|
ftoa
|
||||||
|
UTF
|
||||||
)
|
)
|
||||||
|
|
||||||
SET(_opencollada_SEARCH_DIRS
|
SET(_opencollada_SEARCH_DIRS
|
||||||
|
@@ -85,7 +85,9 @@ static PyObject* pyrna_struct_Subtype(PointerRNA *ptr);
|
|||||||
static PyObject *pyrna_prop_collection_values(BPy_PropertyRNA *self);
|
static PyObject *pyrna_prop_collection_values(BPy_PropertyRNA *self);
|
||||||
|
|
||||||
#define BPY_DOC_ID_PROP_TYPE_NOTE \
|
#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"
|
" :class:`bpy.types.PoseBone` classes support custom properties.\n"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user