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:
authorDalai Felinto <dfelinto@gmail.com>2011-07-31 03:16:22 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-07-31 03:16:22 +0400
commitdfc661565a4c4d1d4caa3872fb5d7936fb1f0fd8 (patch)
tree984b6fc3b1da05f0cf6b7eaaea57a1799977d038 /doc/python_api/rst/bge.texture.rst
parent6e788c37df2d5209d66bcf7e3d19bd08cd583667 (diff)
patch [#27909] Added constants in bge.constraints by Solano Felicio (solano) + some changes in rst
I named all the BGE modules with their actual names (e.g. Rasterizer, Video Texture, ...). so in the API index.html page they look more like the other Blender modules. I did the same for the bgl module. For bge.constraints this patch exposes the constants values for debug mode and createConstraints (they were hardcoded innts before). + making all the "todo" and #comments into rst comments (.. comments) Thanks Solano, it's great to get help to those tasks :)
Diffstat (limited to 'doc/python_api/rst/bge.texture.rst')
-rw-r--r--doc/python_api/rst/bge.texture.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/python_api/rst/bge.texture.rst b/doc/python_api/rst/bge.texture.rst
index 996f79a313a..53de315fa75 100644
--- a/doc/python_api/rst/bge.texture.rst
+++ b/doc/python_api/rst/bge.texture.rst
@@ -1,11 +1,7 @@
-Game Engine bge.texture Module
+Video Texture (bge.texture)
==============================
-.. note::
- This documentation is still very weak, and needs some help! Right now they are mostly a collection
- of the docstrings found in the bge.texture source code + some random places filled with text.
-
*****
Intro
*****