Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2012-11-22more bge reference api docstrings, leaving KX_FontObject and KX_NavMeshObject...Campbell Barton
2012-11-22bge camera axix actuator was undocumented and python had incorrect limits on ...Campbell Barton
2012-11-22add missing bgl and gpu api docstrings (found using docstring completeness ch...Campbell Barton
2012-11-21doc corrections and add bge.types.KX_ArmatureSensorCampbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-13Docs update for r52164Mitchell Stokes
2012-11-12build fix: recent commit broke building on 64bit linuxCampbell Barton
2012-11-12update to python api `Gotcha` docs to reflect changes to the api. also add a ...Campbell Barton
2012-11-10add argument so recent bge function mesh.transform_uv() so you can optionally...Campbell Barton
2012-11-10add 2 new utility functions to the BGE mesh py api.Campbell Barton
2012-11-10BGE: Committing patch [#32697] "New BGE gravity API" by HG1.Mitchell Stokes
2012-11-05BGE: This patch adds a character wrapper (similar to the already implemented ...Mitchell Stokes
2012-11-03remove unneeded string in datatoc.c and correct some of the context types in ...Campbell Barton
2012-11-03auto-generated py api now shows bpy.context.* items in the 'References' secti...Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-24add section on how to run scripts in blender for the API intro, found there w...Campbell Barton
2012-10-21BGE VideoTexture: add depth buffer access to ImageViewport and ImageRender.Benoit Bolsee
2012-10-12* Fix small bug in Python operator example; improved example of modal operatorJiri Hnidek
2012-10-09rename BGE KX_GameObject attrsCampbell Barton
2012-10-09patch [#31875] Patch to get scene access through a game objectCampbell Barton
2012-10-09api changelog for 2.64 and 2.63 (which I missed last release)Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-10-07patch [#32791] Spelling mistakes corrected.Campbell Barton
2012-10-07BGE: Committing patch [#31442] "API improvements: Group references python api...Mitchell Stokes
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-02Added example of KX_GameObject subclassing to game engine docs.Alex Fraser
2012-09-03uncomment data identifiers from sphinx docs (own error made r41509)Campbell Barton
2012-08-22doc type correctionCampbell Barton
2012-08-19spelling cleanup: spelling corrections from user zeffii on IRC.Campbell Barton
2012-07-30fix for building docsCampbell Barton
2012-07-29code cleanup: assign mode to a variable in the 3d view header and remove some...Campbell Barton
2012-07-29Documentation:Thomas Dinges
2012-07-23BGE LibLoad: Allow the user to disable loading text datablocks if they want t...Mitchell Stokes
2012-07-19print names of nodes/sockets when cycles complains about only being able to c...Campbell Barton
2012-07-09As a response to issue [#28483] "Enable/Disable Rigid Body actuator do nothin...Mitchell Stokes
2012-07-07Adding a note to KX_Camera.projection_matrix and KX_Camera.modelview_matrix t...Mitchell Stokes
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-28document calling operators with undo enabled.Campbell Barton
2012-06-28Removing channel manipulation from the Action Actuator Python API since this ...Mitchell Stokes
2012-06-28bge.logic.keyboard.getClipboard() and .setClipboard methodsDalai Felinto
2012-06-25style cleanupCampbell Barton
2012-06-20style cleanupCampbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-06-14KX_RadarSensor.getConeHeight() not longer exists, removing it from the docs.Mitchell Stokes
2012-06-14Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by ...Mitchell Stokes
2012-06-11minor fixesCampbell Barton
2012-06-11updates to context docs and add missing member to node context 'node_context_...Campbell Barton
2012-06-06Added example of basic objects ooperations in Python, liek adding objectSergey Sharybin
2012-05-25patch [#31594] [Documentation]: fix for example in bge.render.rstCampbell Barton