Blender Git Commit Log
Git Commits -> Revision e2304a4
Revision e2304a4 by Campbell Barton (master) March 2, 2011, 04:51 (GMT) |
move anim functions out of bpy_rna.c, its getting too big. |
Commit Details:
Full Hash: e2304a4dbbf320d268581536cdc9c3e8f66cc7c3
SVN Revision: 35295
Parent Commit: 2106788
Lines Changed: +452, -335
2 Added Paths:
/source/blender/python/intern/bpy_rna_anim.c (+353, -0) (View)
/source/blender/python/intern/bpy_rna_anim.h (+37, -0) (View)
/source/blender/python/intern/bpy_rna_anim.h (+37, -0) (View)
10 Modified Paths:
/source/blender/python/intern/bpy.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+3, -0) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_props.c (+5, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+13, -321) (Diff)
/source/blender/python/intern/bpy_rna.h (+26, -14) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+4, -0) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+4, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+2, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+3, -0) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+1, -0) (Diff)
/source/blender/python/intern/bpy_props.c (+5, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+13, -321) (Diff)
/source/blender/python/intern/bpy_rna.h (+26, -14) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+4, -0) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+4, -0) (Diff)
/source/blender/python/intern/CMakeLists.txt (+2, -0) (Diff)