Blender Git Commit Log
Git Commits -> Revision 390380e
Revision 390380e by Peter Schlaile (master) May 7, 2006, 08:23 (GMT) |
Bugfixes for frame number boost: - Found several places, where people explicitly casted the frame number to short. - Fixed the crash in BPY_interface by adding an empty line (to make it recompile everywhere, make clean doesn't help...) For the build system maintainers: Problem was: The change in makesdna changed the position of the scriptlink structure. BPY_interface.c somehow didn't get recompiled (not even after a make clean!!!) which triggered crashes on adding scriptlinks. |
Commit Details:
Full Hash: 390380e97b67b846bd05046b0a93aeae488ce677
SVN Revision: 7362
Parent Commit: 53e777a
Lines Changed: +15, -14
7 Modified Paths:
/source/blender/blenkernel/intern/effect.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Lattice.c (+2, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Pose.c (+2, -2) (Diff)
/source/blender/python/BPY_interface.c (+1, -0) (Diff)
/source/blender/src/editipo.c (+1, -1) (Diff)
/source/blender/src/transform_conversions.c (+3, -3) (Diff)
/source/blender/python/api2_2x/Lattice.c (+2, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Pose.c (+2, -2) (Diff)
/source/blender/python/BPY_interface.c (+1, -0) (Diff)
/source/blender/src/editipo.c (+1, -1) (Diff)
/source/blender/src/transform_conversions.c (+3, -3) (Diff)