Blender Git Commit Log
Git Commits -> Revision c467b19
Revision c467b19 by Willian Padovani Germano (master) July 12, 2003, 18:02 (GMT) |
Exppython: - More documentation files for epydoc. - Few minor changes in other files. |
Commit Details:
Full Hash: c467b19c75d7a9ce4afb2d46566447414c92801e
SVN Revision: 1027
Parent Commit: 37c4fa6
Lines Changed: +1956, -136
7 Added Paths:
/source/blender/python/api2_2x/doc/Armature.py (+76, -0) (View)
/source/blender/python/api2_2x/doc/Draw.py (+353, -0) (View)
/source/blender/python/api2_2x/doc/Image.py (+115, -0) (View)
/source/blender/python/api2_2x/doc/Material.py (+468, -0) (View)
/source/blender/python/api2_2x/doc/NMesh.py (+297, -0) (View)
/source/blender/python/api2_2x/doc/Scene.py (+193, -0) (View)
/source/blender/python/api2_2x/doc/Types.py (+53, -0) (View)
/source/blender/python/api2_2x/doc/Draw.py (+353, -0) (View)
/source/blender/python/api2_2x/doc/Image.py (+115, -0) (View)
/source/blender/python/api2_2x/doc/Material.py (+468, -0) (View)
/source/blender/python/api2_2x/doc/NMesh.py (+297, -0) (View)
/source/blender/python/api2_2x/doc/Scene.py (+193, -0) (View)
/source/blender/python/api2_2x/doc/Types.py (+53, -0) (View)
13 Modified Paths:
/source/blender/python/api2_2x/doc/Blender.py (+9, -1) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+3, -2) (Diff)
/source/blender/python/api2_2x/Draw.h (+4, -4) (Diff)
/source/blender/python/api2_2x/Image.c (+34, -8) (Diff)
/source/blender/python/api2_2x/Lamp.c (+5, -5) (Diff)
/source/blender/python/api2_2x/Material.c (+157, -38) (Diff)
/source/blender/python/api2_2x/NMesh.c (+116, -37) (Diff)
/source/blender/python/api2_2x/NMesh.h (+14, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+52, -36) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+2, -2) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+3, -2) (Diff)
/source/blender/python/api2_2x/Draw.h (+4, -4) (Diff)
/source/blender/python/api2_2x/Image.c (+34, -8) (Diff)
/source/blender/python/api2_2x/Lamp.c (+5, -5) (Diff)
/source/blender/python/api2_2x/Material.c (+157, -38) (Diff)
/source/blender/python/api2_2x/NMesh.c (+116, -37) (Diff)
/source/blender/python/api2_2x/NMesh.h (+14, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+52, -36) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -0) (Diff)