Blender Git Commit Log

Git Commits -> Revision 546127d

Revision 546127d by Campbell Barton (apricot)
September 1, 2008, 07:03 (GMT)

Commit Details:

Full Hash: 546127d964e1144e76fcf4bb28049c68b7eae298
SVN Revision: 16328
Parent Commit: bb57536
Lines Changed: +450, -335

28 Modified Paths:

/CMakeLists.txt (+11, -2) (Diff)
/source/blender/blenkernel/intern/ipo.c (+2, -0) (Diff)
/source/blender/include/BIF_editarmature.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+3, -2) (Diff)
/source/blender/src/buttons_logic.c (+5, -2) (Diff)
/source/blender/src/drawgpencil.c (+16, -3) (Diff)
/source/blender/src/editarmature.c (+24, -5) (Diff)
/source/blender/src/editnode.c (+4, -1) (Diff)
/source/blender/src/editobject.c (+1, -0) (Diff)
/source/blender/src/gpencil.c (+156, -16) (Diff)
/source/blender/src/header_view3d.c (+4, -0) (Diff)
/source/blender/src/transform_conversions.c (+29, -0) (Diff)
/source/gameengine/Converter/BL_ArmatureObject.cpp (+6, -0) (Diff)
/source/gameengine/Converter/BL_ArmatureObject.h (+1, -0) (Diff)
/source/gameengine/Converter/KX_ConvertSensors.cpp (+1, -0) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp (+56, -49) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_Joystick.h (+11, -159) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_JoystickDefines.h (+2, -0) (Diff)
/source/gameengine/GameLogic/SCA_JoystickManager.cpp (+12, -5) (Diff)
/source/gameengine/GameLogic/SCA_JoystickManager.h (+2, -2) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.cpp (+65, -63) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.h (+25, -12) (Diff)
/source/gameengine/PyDoc/KX_GameObject.py (+6, -6) (Diff)
/source/gameengine/PyDoc/KX_ObjectActuator.py (+1, -3) (Diff)
/source/gameengine/PyDoc/KX_PolyProxy.py (+1, -1) (Diff)
/source/gameengine/PyDoc/KX_TrackToActuator.py (+1, -1) (Diff)
/source/gameengine/PyDoc/Rasterizer.py (+2, -1) (Diff)
/source/gameengine/PyDoc/SCA_DelaySensor.py (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021