Blender Git Loki

Git Commits -> Revision cf88075

Revision cf88075 by Campbell Barton (apricot)
June 24, 2008, 05:02 (GMT)
svn merge -r15309:HEAD https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Note the mail message failed to come through for 15309 which was just a merge from trunk.

Commit Details:

Full Hash: cf8807581eae39e44ceb33158df8916a2afb2eb6
SVN Revision: 15339
Parent Commit: 8a7eab4
Lines Changed: +3604, -383

10 Added Paths:

/release/scripts/animation_bake_constraints.py (+800, -0) (View)
/release/scripts/c3d_import.py (+1237, -0) (View)
/source/gameengine/GameLogic/SCA_NANDController.cpp (+144, -0) (View)
/source/gameengine/GameLogic/SCA_NANDController.h (+56, -0) (View)
/source/gameengine/GameLogic/SCA_NORController.cpp (+144, -0) (View)
/source/gameengine/GameLogic/SCA_NORController.h (+56, -0) (View)
/source/gameengine/GameLogic/SCA_XNORController.cpp (+148, -0) (View)
/source/gameengine/GameLogic/SCA_XNORController.h (+56, -0) (View)
/source/gameengine/GameLogic/SCA_XORController.cpp (+148, -0) (View)
/source/gameengine/GameLogic/SCA_XORController.h (+56, -0) (View)

39 Modified Paths:

/projectfiles_vc7/gameengine/gamelogic/SCA_GameLogic.vcproj (+24, -0) (Diff)
/release/scripts/bpymodules/BPyArmature.py (+45, -30) (Diff)
/release/scripts/DirectX8Exporter.py (+31, -3) (Diff)
/source/blender/blenkernel/intern/action.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_arithb.h (+1, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+68, -0) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+1, -0) (Diff)
/source/blender/imbuf/intern/anim.c (+20, -0) (Diff)
/source/blender/include/transform.h (+3, -3) (Diff)
/source/blender/makesdna/DNA_actuator_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_controller_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+1, -1) (Diff)
/source/blender/python/api2_2x/Mathutils.c (+9, -53) (Diff)
/source/blender/render/intern/source/pipeline.c (+3, -3) (Diff)
/source/blender/src/buttons_logic.c (+26, -11) (Diff)
/source/blender/src/buttons_scene.c (+1, -1) (Diff)
/source/blender/src/editobject.c (+1, -1) (Diff)
/source/blender/src/editseq.c (+2, -1) (Diff)
/source/blender/src/sequence.c (+10, -4) (Diff)
/source/blender/src/space.c (+4, -6) (Diff)
/source/blender/src/transform.c (+4, -4) (Diff)
/source/blender/src/transform_constraints.c (+12, -7) (Diff)
/source/blender/src/transform_snap.c (+329, -224) (Diff)
/source/creator/creator.c (+3, -1) (Diff)
/source/gameengine/Converter/BL_ActionActuator.cpp (+49, -0) (Diff)
/source/gameengine/Converter/BL_ActionActuator.h (+6, -1) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+2, -0) (Diff)
/source/gameengine/Converter/KX_ConvertControllers.cpp (+28, -0) (Diff)
/source/gameengine/Converter/KX_ConvertSensors.cpp (+4, -1) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.cpp (+34, -0) (Diff)
/source/gameengine/GameLogic/SCA_ISensor.h (+7, -0) (Diff)
/source/gameengine/GameLogic/SCA_JoystickSensor.cpp (+1, -1) (Diff)
/source/gameengine/GameLogic/SCA_KeyboardSensor.cpp (+10, -14) (Diff)
/source/gameengine/GameLogic/SCA_MouseSensor.cpp (+6, -5) (Diff)
/source/gameengine/GameLogic/SCA_PropertySensor.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+4, -4) (Diff)
/source/gameengine/Ketsji/KX_RaySensor.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_TouchSensor.cpp (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021