Code Cleanup: style and correct API class ref

This commit is contained in:
Campbell Barton
2014-01-26 22:17:01 +11:00
parent 97aab5acc4
commit 1c29fd77d3
7 changed files with 17 additions and 19 deletions

View File

@@ -720,8 +720,8 @@ base class --- :class:`SCA_IObject`
:rtype:
* 3-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz))
* or 4-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz), :class:`PolyProxy`)
* or 5-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz), :class:`PolyProxy`, 2-tuple (u, v))
* or 4-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz), :class:`KX_PolyProxy`)
* or 5-tuple (:class:`KX_GameObject`, 3-tuple (x, y, z), 3-tuple (nx, ny, nz), :class:`KX_PolyProxy`, 2-tuple (u, v))
.. note::

View File

@@ -108,7 +108,7 @@ base class --- :class:`SCA_IObject`
:arg index: polygon number
:type index: integer
:return: a polygon object.
:rtype: :class:`PolyProxy`
:rtype: :class:`KX_PolyProxy`
.. method:: transform(matid, matrix)