Blender Git Commit Log
Git Commits -> Revision a2dda7c
Revision a2dda7c by Dalai Felinto (master) June 13, 2011, 17:08 (GMT) |
BGE Patch: [#27425] Allow to change the damping of the camera actuator ########## original name: "Allow to change the strenght of the "go behind" constraint of the camera actuator" The camera actuator is an actuator that drive the camera to follow an object, with a set of constraint. Currently, when the object followed rotate on himself (like a person, or an helicopter), the camera is really slow to go behind (at least 10 seconds). This patch gives the UI to tweak the strenght of the 'go behind'[named damping] constraint. ########### epydocs (rst) updated too |
Commit Details:
Full Hash: a2dda7c74d74770aeceb37924a1ef8e0d90ae57b
SVN Revision: 37455
Parent Commit: 0af94b4
Lines Changed: +45, -6
9 Modified Paths:
/doc/python_api/rst/bge.types.rst (+6, -0) (Diff)
/source/blender/blenkernel/intern/sca.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -0) (Diff)
/source/blender/editors/space_logic/logic_window.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_actuator_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+7, -0) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+2, -1) (Diff)
/source/gameengine/Ketsji/KX_CameraActuator.cpp (+6, -3) (Diff)
/source/gameengine/Ketsji/KX_CameraActuator.h (+5, -1) (Diff)
/source/blender/blenkernel/intern/sca.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+15, -0) (Diff)
/source/blender/editors/space_logic/logic_window.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_actuator_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_actuator.c (+7, -0) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+2, -1) (Diff)
/source/gameengine/Ketsji/KX_CameraActuator.cpp (+6, -3) (Diff)
/source/gameengine/Ketsji/KX_CameraActuator.h (+5, -1) (Diff)