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:
authorStephen Swaney <sswaney@centurytel.net>2005-06-15 10:22:26 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-06-15 10:22:26 +0400
commit401dfba3051856906c487c4adb85b09358d57f7d (patch)
treed6e2358d847bc8385756f17655248751e5a11dc0 /source/blender/python/api2_2x/doc/Text.py
parent7eee2e7f8a38aa72695f13a21fe82906a6104cda (diff)
Changes to Documentation Format ONLY.v2.37a
no executable code. Martin noticed many of our bpy instance variables were incorrectly marked as class variables in the doc. This commit essentially changes the title of sections of the doc from Class Variables to Instance Variables. Now that we are adding class or module dictionaries for constants, etc. this is a distinction worth making. Plus it is right.
Diffstat (limited to 'source/blender/python/api2_2x/doc/Text.py')
-rw-r--r--source/blender/python/api2_2x/doc/Text.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/python/api2_2x/doc/Text.py b/source/blender/python/api2_2x/doc/Text.py
index 6f417df3cd2..edb88d0f3f0 100644
--- a/source/blender/python/api2_2x/doc/Text.py
+++ b/source/blender/python/api2_2x/doc/Text.py
@@ -65,10 +65,10 @@ class Text:
The Text object
===============
This object gives access to Texts in Blender.
- @cvar name: The Text name.
- @cvar filename: The filename of the file loaded into this Text.
- @cvar mode: The follow_mode flag: if 1 it is 'on'; if 0, 'off'.
- @cvar nlines: The number of lines in this Text.
+ @ivar name: The Text name.
+ @ivar filename: The filename of the file loaded into this Text.
+ @ivar mode: The follow_mode flag: if 1 it is 'on'; if 0, 'off'.
+ @ivar nlines: The number of lines in this Text.
"""
def getName():