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
path: root/doc
diff options
context:
space:
mode:
authorMitchell Stokes <mogurijin@gmail.com>2012-11-13 21:50:18 +0400
committerMitchell Stokes <mogurijin@gmail.com>2012-11-13 21:50:18 +0400
commit093854e564b19e52b6eba3321fec2c9f0a978062 (patch)
treee3ebd746c05b359b6a02af4ff9052fc14cc53bb2 /doc
parenta46b1feb77b655bfb52b704c5b8376d0624c4105 (diff)
Docs update for r52164
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.types.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst
index 7ce913a54f3..15d188e0734 100644
--- a/doc/python_api/rst/bge.types.rst
+++ b/doc/python_api/rst/bge.types.rst
@@ -989,13 +989,13 @@ Types
:type: :class:`KX_GameObject` or None
- .. attribute:: group_children
+ .. attribute:: groupMembers
Returns the list of group members if the object is a group object, otherwise None is returned.
:type: :class:`CListValue` of :class:`KX_GameObject` or None
- .. attribute:: group_parent
+ .. attribute:: groupObject
Returns the group object that the object belongs to or None if the object is not part of a group.
@@ -1966,7 +1966,7 @@ Types
:arg matrix: transformation matrix.
:type matrix: 4x4 matrix [[float]]
- .. method:: transform_uv(matid, matrix, uv_index=-1, uv_index_from=-1)
+ .. method:: transformUV(matid, matrix, uv_index=-1, uv_index_from=-1)
Transforms the vertices UV's of a mesh.