Blender Git Commit Log
Git Commits -> Revision 05884e0
Revision 05884e0 by Campbell Barton (master) October 3, 2010, 01:44 (GMT) |
- rna bugfix where ints were not clamped and would overflow, now raise an error and print valid range. - fixed WM_OT_context_cycle_int was causing problems with int overflow, now it cycles properly. - rename QUOTE macro to STRINGIFY_ARG, and added STRINGIFY, which is used more often since it gives the value as a string. |
Commit Details:
Full Hash: 05884e09beed97669fbec4d35b4e9427bfe997d3
SVN Revision: 32271
Parent Commit: bcf6726
Lines Changed: +36, -46
9 Modified Paths:
/release/scripts/op/wm.py (+2, -2) (Diff)
/source/blender/blenkernel/BKE_utildefines.h (+5, -2) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+0, -9) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -4) (Diff)
/source/blender/python/intern/bpy_props.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_rna.c (+22, -16) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+0, -6) (Diff)
/source/creator/buildinfo.c (+2, -3) (Diff)
/source/creator/creator.c (+1, -1) (Diff)
/source/blender/blenkernel/BKE_utildefines.h (+5, -2) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+0, -9) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -4) (Diff)
/source/blender/python/intern/bpy_props.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_rna.c (+22, -16) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+0, -6) (Diff)
/source/creator/buildinfo.c (+2, -3) (Diff)
/source/creator/creator.c (+1, -1) (Diff)