blender/doc/python_api/rst
Bastien Montagne e5c13aebea Fix T42372: demo addon in doc was not handling keymaps correctly during (un)registration.
First, you should unregister in reverse order you registered your operators, keymaps, etc.
Second, when registering keymaps you have to check keyconfigs are actually available (they are not in background mode).
2014-10-26 10:01:03 +01:00
..
bge_types BGE: fix crash and return boolean on scene.replace() 2014-08-23 12:31:32 +02:00
bge.constraints.rst BGE: Add missing documentation and attribute constraint_type for ConstraintWrapper 2014-07-17 22:52:23 -07:00
bge.events.rst BGE doc cleanup: Some small cleanups in the BGE docs: 2014-03-31 22:22:04 -07:00
bge.logic.rst BGE: TrackTo actuator: increasing up & track axis options 2014-07-14 18:30:27 -07:00
bge.render.rst BGE debug API and actuator 2014-07-11 16:00:14 -07:00
bge.texture.rst BGE VideoTexture: add depth buffer access to ImageViewport and ImageRender. 2012-10-20 22:28:44 +00:00
bge.types.rst BGE: Splitting up the bge.types docs so they are not all on the same page. This should make them much easier to browse. 2013-02-10 06:13:26 +00:00
bgl.rst bgl API docs: link to OpenGL 2.0 reference 2014-05-20 09:49:30 +10:00
change_log.rst update autogenerated changelog. also correct typos in the generator. 2013-05-09 01:58:49 +00:00
gpu.rst Syntax correction for gpu docs, D124 2013-12-23 17:24:23 +11:00
include__bmesh.rst BMesh Py API: add bmesh.geometry.intersect_face_point() 2013-12-06 21:15:56 +11:00
info_api_reference.rst Add 2 documents to the python api reference. 2012-12-07 05:27:09 +00:00
info_best_practice.rst spelling cleanup: spelling corrections from user zeffii on IRC. 2012-08-19 15:28:24 +00:00
info_gotcha.rst API Docs: typos 2014-08-06 02:12:52 +10:00
info_overview.rst Add 2 documents to the python api reference. 2012-12-07 05:27:09 +00:00
info_quickstart.rst typo correction in the python API 2014-09-13 23:43:28 +02:00
info_tips_and_tricks.rst Fix T38032, typo in Python API documentation. 2014-01-03 02:28:21 +01:00
info_tutorial_addon.rst Fix T42372: demo addon in doc was not handling keymaps correctly during (un)registration. 2014-10-26 10:01:03 +01:00