From 401dfba3051856906c487c4adb85b09358d57f7d Mon Sep 17 00:00:00 2001 From: Stephen Swaney Date: Wed, 15 Jun 2005 06:22:26 +0000 Subject: Changes to Documentation Format ONLY. 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. --- source/blender/python/api2_2x/doc/Text3d.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/python/api2_2x/doc/Text3d.py') diff --git a/source/blender/python/api2_2x/doc/Text3d.py b/source/blender/python/api2_2x/doc/Text3d.py index b60eff0a78e..c130b562fb4 100644 --- a/source/blender/python/api2_2x/doc/Text3d.py +++ b/source/blender/python/api2_2x/doc/Text3d.py @@ -45,10 +45,10 @@ class Text3d: The Text3d object ================= This object gives access Blender's B{Font} objects - @cvar name: The Text3d 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 Text3d 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(): -- cgit v1.2.3