Blender Git Loki
Git Commits -> Revision 9939c18
Revision 9939c18 by Porteries Tristan (master) July 25, 2015, 07:43 (GMT) |
BGE: Fix T35288 Touch/Ray/Mouse sensor and Constraint actuator with material check doesn't work. Now we look at all materials instead of the first. So m_auxilary_info is useless and removed. |
Commit Details:
Full Hash: 9939c189001566e1cfdbb09ecffdec177920b31a
Parent Commit: e301cf3
Lines Changed: +91, -65
6 Modified Paths:
/source/gameengine/Converter/BL_BlenderDataConversion.cpp (+0, -10) (Diff)
/source/gameengine/Ketsji/KX_ClientObjectInfo.h (+3, -6) (Diff)
/source/gameengine/Ketsji/KX_ConstraintActuator.cpp (+10, -7) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+23, -11) (Diff)
/source/gameengine/Ketsji/KX_RaySensor.cpp (+29, -16) (Diff)
/source/gameengine/Ketsji/KX_TouchSensor.cpp (+26, -15) (Diff)
/source/gameengine/Ketsji/KX_ClientObjectInfo.h (+3, -6) (Diff)
/source/gameengine/Ketsji/KX_ConstraintActuator.cpp (+10, -7) (Diff)
/source/gameengine/Ketsji/KX_MouseFocusSensor.cpp (+23, -11) (Diff)
/source/gameengine/Ketsji/KX_RaySensor.cpp (+29, -16) (Diff)
/source/gameengine/Ketsji/KX_TouchSensor.cpp (+26, -15) (Diff)