Blender Git Loki
Git Commits -> Revision 73f1da7
Revision 73f1da7 by Ton Roosendaal (master) July 26, 2004, 21:44 (GMT) |
Nathan's huge ipo patch. - now more than 31 channels possible for ipos - added lotsa new channels all over - Texture block has ipo now too - recoded getname_ei functions (Will ask nathan to give release log info when he's back!) |
Commit Details:
Full Hash: 73f1da749b5e721005dec2dec27134074f7e7679
SVN Revision: 2903
Parent Commit: 0437f23
Lines Changed: +1463, -154
16 Modified Paths:
/source/blender/blenkernel/BKE_texture.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/ipo.c (+144, -0) (Diff)
/source/blender/blenkernel/intern/texture.c (+41, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/include/BSE_editipo.h (+15, -12) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+44, -0) (Diff)
/source/blender/python/api2_2x/doc/Ipo.py (+53, -8) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+20, -0) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+19, -0) (Diff)
/source/blender/python/api2_2x/doc/World.py (+1, -9) (Diff)
/source/blender/python/api2_2x/Ipo.c (+898, -80) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+27, -37) (Diff)
/source/blender/python/api2_2x/Lamp.c (+77, -1) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+5, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+116, -3) (Diff)
/source/blender/blenkernel/intern/ipo.c (+144, -0) (Diff)
/source/blender/blenkernel/intern/texture.c (+41, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/include/BSE_editipo.h (+15, -12) (Diff)
/source/blender/makesdna/DNA_ipo_types.h (+44, -0) (Diff)
/source/blender/python/api2_2x/doc/Ipo.py (+53, -8) (Diff)
/source/blender/python/api2_2x/doc/Lamp.py (+20, -0) (Diff)
/source/blender/python/api2_2x/doc/Texture.py (+19, -0) (Diff)
/source/blender/python/api2_2x/doc/World.py (+1, -9) (Diff)
/source/blender/python/api2_2x/Ipo.c (+898, -80) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+27, -37) (Diff)
/source/blender/python/api2_2x/Lamp.c (+77, -1) (Diff)
/source/blender/python/api2_2x/Lamp.h (+1, -1) (Diff)
/source/blender/python/api2_2x/modules.h (+5, -1) (Diff)
/source/blender/python/api2_2x/Texture.c (+116, -3) (Diff)