Blender Git Loki
Git Commits -> Revision 7307973
Revision 7307973 by Mitchell Stokes (master) July 18, 2014, 06:00 (GMT) |
BGE: Add property/material detection and X-Ray for mouse over any sensor This patch adds a Property/Material detection and a X-Ray mode to the mouse over any sensor like on the ray sensor. Proposal: http://blenderartists.org/forum/showthread.php?261847-BGE-proposal-Mouse-Over-Any-sensor-with-Property-and-X-Ray&highlight=proposal Reviewers: moguri Reviewed By: moguri Differential Revision: https://developer.blender.org/D653 |
Commit Details:
Full Hash: 73079730638f1f21c04b075839d87377315e8f86
Parent Commit: 841ade3
Lines Changed: +171, -18
7 Modified Paths:
/doc/python_api/rst/bge_types/bge.types.KX_MouseFocusSensor.rst (+17, -0) (Diff)
/source/blender/editors/space_logic/logic_window.c (+23, -3) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+27, -0) (Diff)
/source/gameengine/Converter/KX_ConvertSensors.cpp (+7, -0) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+75, -13) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.h (+19, -1) (Diff)
/source/blender/editors/space_logic/logic_window.c (+23, -3) (Diff)
/source/blender/makesdna/DNA_sensor_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_sensor.c (+27, -0) (Diff)
/source/gameengine/Converter/KX_ConvertSensors.cpp (+7, -0) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+75, -13) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.h (+19, -1) (Diff)