[Bf-blender-cvs] [0e084f9] master: BGE: Remove KX_PolygonMaterial reference in documentation.

Porteries Tristan noreply at git.blender.org
Wed Jul 1 14:57:07 CEST 2015


Commit: 0e084f93d923092a5da6cf821f0286ca591039eb
Author: Porteries Tristan
Date:   Wed Jul 1 14:56:02 2015 +0200
Branches: master
https://developer.blender.org/rB0e084f93d923092a5da6cf821f0286ca591039eb

BGE: Remove KX_PolygonMaterial reference in documentation.

===================================================================

M	doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst
M	doc/python_api/rst/bge_types/bge.types.KX_PolyProxy.rst

===================================================================

diff --git a/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst b/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst
index 9ef8d6b..13fb326 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst
@@ -51,7 +51,7 @@ base class --- :class:`SCA_IObject`
 
    .. attribute:: materials
 
-      :type: list of :class:`KX_BlenderMaterial` or :class:`KX_PolygonMaterial` types
+      :type: list of :class:`KX_BlenderMaterial` type
 
    .. attribute:: numPolygons
 
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_PolyProxy.rst b/doc/python_api/rst/bge_types/bge.types.KX_PolyProxy.rst
index 534f6de..f43cf62 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_PolyProxy.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_PolyProxy.rst
@@ -23,7 +23,7 @@ base class --- :class:`SCA_IObject`
 
       The material of the polygon.
 
-      :type: :class:`KX_PolygonMaterial` or :class:`KX_BlenderMaterial`
+      :type: :class:`KX_BlenderMaterial`
 
    .. attribute:: texture_name
 
@@ -84,7 +84,7 @@ base class --- :class:`SCA_IObject`
    .. method:: getMaterial()
 
       :return: The polygon material
-      :rtype: :class:`KX_PolygonMaterial` or :class:`KX_BlenderMaterial`
+      :rtype: :class:`KX_BlenderMaterial`
 
    .. method:: getTextureName()




More information about the Bf-blender-cvs mailing list