Blender Git Commit Log
Git Commits -> Revision 9c6275c
Revision 9c6275c by Willian Padovani Germano (master) October 28, 2003, 00:29 (GMT) |
Exppython: - Small fix in NMesh.c - Updates to ipo related methods in Camera, World and Material - Doc updates |
Commit Details:
Full Hash: 9c6275c55babe03f377b4897dbf87341c3f80fda
SVN Revision: 1456
Parent Commit: bfef1d0
Lines Changed: +892, -688
14 Modified Paths:
/source/blender/python/api2_2x/Camera.c (+413, -384) (Diff)
/source/blender/python/api2_2x/Camera.h (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+22, -7) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+23, -8) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+3, -1) (Diff)
/source/blender/python/api2_2x/doc/World.py (+22, -8) (Diff)
/source/blender/python/api2_2x/Ipo.c (+38, -38) (Diff)
/source/blender/python/api2_2x/Ipo.h (+29, -29) (Diff)
/source/blender/python/api2_2x/Material.c (+74, -12) (Diff)
/source/blender/python/api2_2x/Material.h (+8, -8) (Diff)
/source/blender/python/api2_2x/NMesh.c (+16, -4) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -7) (Diff)
/source/blender/python/api2_2x/World.c (+232, -181) (Diff)
/source/blender/python/api2_2x/World.h (+7, -0) (Diff)
/source/blender/python/api2_2x/Camera.h (+4, -1) (Diff)
/source/blender/python/api2_2x/doc/Camera.py (+22, -7) (Diff)
/source/blender/python/api2_2x/doc/Material.py (+23, -8) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+3, -1) (Diff)
/source/blender/python/api2_2x/doc/World.py (+22, -8) (Diff)
/source/blender/python/api2_2x/Ipo.c (+38, -38) (Diff)
/source/blender/python/api2_2x/Ipo.h (+29, -29) (Diff)
/source/blender/python/api2_2x/Material.c (+74, -12) (Diff)
/source/blender/python/api2_2x/Material.h (+8, -8) (Diff)
/source/blender/python/api2_2x/NMesh.c (+16, -4) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -7) (Diff)
/source/blender/python/api2_2x/World.c (+232, -181) (Diff)
/source/blender/python/api2_2x/World.h (+7, -0) (Diff)