blender/doc/python_api/rst
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
..
bge.constraints.rst rst bge touch ups: making the title of the examples slightly more noticeable 2012-01-23 19:53:23 +00:00
bge.events.rst
bge.logic.rst pydoc cleanup + remove unused bge.logic constants 2012-01-30 06:47:01 +00:00
bge.render.rst patch [#31594] [Documentation]: fix for example in bge.render.rst 2012-05-25 12:37:14 +00:00
bge.texture.rst rst bge touch ups: making the title of the examples slightly more noticeable 2012-01-23 19:53:23 +00:00
bge.types.rst Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by Monster. 2012-06-14 08:01:20 +00:00
bgl.rst patch [#31216] OpenGL urls updated by Julien DUROURE (julien) 2012-05-01 20:45:03 +00:00
change_log.rst autogenerated rna api changelog (no rebuilds needed) 2012-02-15 17:41:48 +00:00
gpu.rst Style cleanup of gpu rst file. 2012-02-09 06:38:54 +00:00
include__bmesh.rst expanding bmesh example (py api) 2012-05-22 18:14:34 +00:00
info_best_practice.rst Fixed a couple of typos in the Python API docs 2012-03-23 14:29:59 +00:00
info_gotcha.rst rename Mesh.uv_loop_layers --> uv_layers 2012-04-22 23:51:50 +00:00
info_overview.rst remove blender 2.5 references in docs 2012-01-12 15:16:08 +00:00
info_quickstart.rst added note in docs about not beaing able to create new data by calling the class direct. 2012-01-31 22:37:36 +00:00
info_tips_and_tricks.rst code cleanup: remove unused variable assignents and added bmesh submodule links, doc correction reported by dfelinto. 2012-03-09 21:23:15 +00:00