[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52187] trunk/blender/doc/python_api/rst/ bge.types.rst: Docs update for r52164

Mitchell Stokes mogurijin at gmail.com
Tue Nov 13 18:50:19 CET 2012


Revision: 52187
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52187
Author:   moguri
Date:     2012-11-13 17:50:18 +0000 (Tue, 13 Nov 2012)
Log Message:
-----------
Docs update for r52164

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52164

Modified Paths:
--------------
    trunk/blender/doc/python_api/rst/bge.types.rst

Modified: trunk/blender/doc/python_api/rst/bge.types.rst
===================================================================
--- trunk/blender/doc/python_api/rst/bge.types.rst	2012-11-13 16:42:36 UTC (rev 52186)
+++ trunk/blender/doc/python_api/rst/bge.types.rst	2012-11-13 17:50:18 UTC (rev 52187)
@@ -989,13 +989,13 @@
 
       :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 @@
       :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.
 




More information about the Bf-blender-cvs mailing list