Blender Git Loki
Git Commits -> Revision 401dfba
Revision 401dfba by Stephen Swaney (master) June 15, 2005, 06:22 (GMT) |
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. |
Commit Details:
Full Hash: 401dfba3051856906c487c4adb85b09358d57f7d
SVN Revision: 4605
Parent Commit: 7eee2e7
Lines Changed: +351, -351
24 Modified Paths:
/source/blender/python/api2_2x/doc/Armature.py (+3, -3) (Diff)
/source/blender/python/api2_2x/doc/BGL.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Bone.py (+12, -12) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+9, -9) (Diff)
/source/blender/python/api2_2x/doc/Curve.py (+18, -18) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Effect.py (+28, -28) (Diff)
/source/blender/python/api2_2x/doc/Font.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/Image.py (+7, -7) (Diff)
/source/blender/python/api2_2x/doc/Ipo.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+18, -18) (Diff)
/source/blender/python/api2_2x/doc/Lattice.py (+9, -9) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+37, -37) (Diff)
/source/blender/python/api2_2x/doc/Mathutils.py (+17, -17) (Diff)
/source/blender/python/api2_2x/doc/Metaball.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+35, -35) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+45, -45) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+3, -3) (Diff)
/source/blender/python/api2_2x/doc/Sound.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Text.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/Text3d.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+25, -25) (Diff)
/source/blender/python/api2_2x/doc/Theme.py (+50, -50) (Diff)
/source/blender/python/api2_2x/doc/World.py (+10, -10) (Diff)
/source/blender/python/api2_2x/doc/BGL.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Bone.py (+12, -12) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+9, -9) (Diff)
/source/blender/python/api2_2x/doc/Curve.py (+18, -18) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Effect.py (+28, -28) (Diff)
/source/blender/python/api2_2x/doc/Font.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/Image.py (+7, -7) (Diff)
/source/blender/python/api2_2x/doc/Ipo.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+18, -18) (Diff)
/source/blender/python/api2_2x/doc/Lattice.py (+9, -9) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+37, -37) (Diff)
/source/blender/python/api2_2x/doc/Mathutils.py (+17, -17) (Diff)
/source/blender/python/api2_2x/doc/Metaball.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+35, -35) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+45, -45) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+3, -3) (Diff)
/source/blender/python/api2_2x/doc/Sound.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Text.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/Text3d.py (+4, -4) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+25, -25) (Diff)
/source/blender/python/api2_2x/doc/Theme.py (+50, -50) (Diff)
/source/blender/python/api2_2x/doc/World.py (+10, -10) (Diff)