Blender Git Commit Log
Git Commits -> Revision dc68613
June 27, 2003, 07:46 (GMT) |
end of cleanup ; naming conventions, balance between c and h files |
Commit Details:
Full Hash: dc686139de8740484c55516e225ab515db5734f2
SVN Revision: 939
Parent Commit: 13d7bb9
Lines Changed: +783, -714
14 Modified Paths:
/source/blender/python/api2_2x/bpy_types.h (+120, -1) (Diff)
/source/blender/python/api2_2x/Build.c (+38, -60) (Diff)
/source/blender/python/api2_2x/Build.h (+55, -24) (Diff)
/source/blender/python/api2_2x/Curve.h (+40, -47) (Diff)
/source/blender/python/api2_2x/Effect.c (+34, -34) (Diff)
/source/blender/python/api2_2x/Effect.h (+12, -19) (Diff)
/source/blender/python/api2_2x/Metaball.c (+75, -47) (Diff)
/source/blender/python/api2_2x/Metaball.h (+46, -84) (Diff)
/source/blender/python/api2_2x/Particle.c (+63, -63) (Diff)
/source/blender/python/api2_2x/Particle.h (+49, -55) (Diff)
/source/blender/python/api2_2x/Wave.c (+45, -45) (Diff)
/source/blender/python/api2_2x/Wave.h (+30, -38) (Diff)
/source/blender/python/api2_2x/World.c (+49, -189) (Diff)
/source/blender/python/api2_2x/World.h (+127, -8) (Diff)
/source/blender/python/api2_2x/Build.c (+38, -60) (Diff)
/source/blender/python/api2_2x/Build.h (+55, -24) (Diff)
/source/blender/python/api2_2x/Curve.h (+40, -47) (Diff)
/source/blender/python/api2_2x/Effect.c (+34, -34) (Diff)
/source/blender/python/api2_2x/Effect.h (+12, -19) (Diff)
/source/blender/python/api2_2x/Metaball.c (+75, -47) (Diff)
/source/blender/python/api2_2x/Metaball.h (+46, -84) (Diff)
/source/blender/python/api2_2x/Particle.c (+63, -63) (Diff)
/source/blender/python/api2_2x/Particle.h (+49, -55) (Diff)
/source/blender/python/api2_2x/Wave.c (+45, -45) (Diff)
/source/blender/python/api2_2x/Wave.h (+30, -38) (Diff)
/source/blender/python/api2_2x/World.c (+49, -189) (Diff)
/source/blender/python/api2_2x/World.h (+127, -8) (Diff)