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
diff options
context:
space:
mode:
authorPorteries Tristan <republicthunderbolt9@gmail.com>2015-07-01 15:56:02 +0300
committerPorteries Tristan <republicthunderbolt9@gmail.com>2015-07-01 15:56:02 +0300
commit0e084f93d923092a5da6cf821f0286ca591039eb (patch)
tree9e121204fb3daea60e6f402e715780045bbbc7a2
parentd3109a193732e0020e66cdc0582cdf3d9be1d398 (diff)
BGE: Remove KX_PolygonMaterial reference in documentation.
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst2
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_PolyProxy.rst4
2 files changed, 3 insertions, 3 deletions
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 9ef8d6b2026..13fb3263a59 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 534f6deedc0..f43cf62eec1 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()