Blender Git Commit Log
Git Commits -> Revision 9e19739
Revision 9e19739 by Ton Roosendaal (master) October 22, 2005, 18:47 (GMT) |
Various stuff in one commit; - Added (BKE_utildefines.h) POINTER_TO_INT(poin) and INT_TO_POINTER(int) defines, to help fixing issues with switch to 64 bits systems. This assumes that a) not more than 16GB mem is used and b) that address space is below the 1<<35 value. The latter has to be confirmed, but it seems to conform the current 64 bits generation of OSs (for mallocs). Needless to say; use long if you want to store pointers! This is for temporal fixing. - Added editmesh version for mesh-octree lookups, not used yet. - Fix: ESC on armature posemode restored the actions, should not happen - Fix: If in NLA an action was 0 frame long, it caused draw error - Fix: Click on name in Action Window now activates Bones - Fix: "Snap to" options in Armature editmode now use X-axis mirror edit. |
Commit Details:
Full Hash: 9e197399447007e64ee2f8aec36330fd55ddf44f
SVN Revision: 5542
Parent Commit: fc16926
Lines Changed: +181, -137
13 Modified Paths:
/source/blender/blenkernel/BKE_utildefines.h (+5, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+2, -1) (Diff)
/source/blender/include/BIF_editarmature.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/src/drawnla.c (+1, -0) (Diff)
/source/blender/src/edit.c (+3, -0) (Diff)
/source/blender/src/editaction.c (+40, -27) (Diff)
/source/blender/src/editarmature.c (+32, -32) (Diff)
/source/blender/src/editmesh_mods.c (+31, -0) (Diff)
/source/blender/src/meshtools.c (+50, -27) (Diff)
/source/blender/src/poseobject.c (+10, -10) (Diff)
/source/blender/src/transform_conversions.c (+5, -5) (Diff)
/source/blender/src/transform_generics.c (+0, -33) (Diff)
/source/blender/blenkernel/intern/action.c (+2, -1) (Diff)
/source/blender/include/BIF_editarmature.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/src/drawnla.c (+1, -0) (Diff)
/source/blender/src/edit.c (+3, -0) (Diff)
/source/blender/src/editaction.c (+40, -27) (Diff)
/source/blender/src/editarmature.c (+32, -32) (Diff)
/source/blender/src/editmesh_mods.c (+31, -0) (Diff)
/source/blender/src/meshtools.c (+50, -27) (Diff)
/source/blender/src/poseobject.c (+10, -10) (Diff)
/source/blender/src/transform_conversions.c (+5, -5) (Diff)
/source/blender/src/transform_generics.c (+0, -33) (Diff)