blender/doc
Mitchell Stokes c07c572373 Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by Monster.
KX_RadarSensor.angle was returning the angle that was used to construct Bullet's physics shape, which is calculated from the logic brick gui. KX_RadarSensor.angle now recalculates the original value from the gui. However, m_coneradius isn't actually used by KX_RadarSensor that I can see, so it might be better to just assign the original angle to m_coneradius instead of the calculated value. I've also made KX_RadarSensor.angle read-only, since setting m_coneradius does not appear to have any affect, which means writing to KX_RadarSensor.angle never worked properly.
2012-06-14 08:01:20 +00:00
..
blender_file_format replace python3 command with python3.2, python3 isnt available on ubuntu. 2012-05-01 20:45:16 +00:00
build_systems Remove some more $Id$ that still were left after r41227 and r41228. 2011-10-23 19:01:59 +00:00
doxygen move bmesh wiki docs into bmesh header and update doxygen. 2012-02-27 20:27:19 +00:00
guides == docs == 2010-10-13 14:44:22 +00:00
license == docs == 2010-10-13 14:44:22 +00:00
manpage Release commit, 2.63! 2012-04-26 17:49:48 +00:00
python_api Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by Monster. 2012-06-14 08:01:20 +00:00