Blender Git Loki
Git Commits -> Revision 19a4f41
Revision 19a4f41 by Joseph Eagar (master) November 20, 2006, 11:07 (GMT) |
=ID Properties Python Doc Update= The epydocs are now updated to have idproperties; all the modules that have bindings for ID properties now has docs for them. E.g Materials have a .properties members, Image, Texture, Scene, Object, NMEsh, and Mesh. I realized that .properties was already taken in Objects, so I renamed it to .idproperties. There was also a nasty little problem with an example inside Object.getType; the entire example was being pasted inside the return field. I fixed it by just moving the return definition to after the example, like it should be. |
Commit Details:
Full Hash: 19a4f411723a08cded485cf694bbbab4a3dba31c
Parent Commit: a5a83ec
Lines Changed: +66, -17
9 Modified Paths:
/source/blender/python/api2_2x/doc/IDProp.py (+23, -12) (Diff)
/source/blender/python/api2_2x/doc/Image.py (+5, -0) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+6, -0) (Diff)
/source/blender/python/api2_2x/doc/Mesh.py (+6, -0) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+5, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+8, -2) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+7, -2) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+5, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Image.py (+5, -0) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+6, -0) (Diff)
/source/blender/python/api2_2x/doc/Mesh.py (+6, -0) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+5, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+8, -2) (Diff)
/source/blender/python/api2_2x/doc/Scene.py (+7, -2) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+5, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+1, -1) (Diff)