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
AgeCommit message (Expand)Author
2011-09-06more minor doc fixesCampbell Barton
2011-09-06fix for doc building after pepper merge, also WIP tips/tricks.Campbell Barton
2011-09-02BGE animations: adding a missing comma.Mitchell Stokes
2011-09-01wip doc for py api tips and tricks.Campbell Barton
2011-09-01BGE animations: Updating some constant names. They were still the originally ...Mitchell Stokes
2011-09-01BGE Animations: The return type for KX_GameObject.getActionFrame() was an int...Mitchell Stokes
2011-08-31BGE: Adding two new functions to bge.render to allow users to change the anis...Mitchell Stokes
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-27- use python convention for headingsCampbell Barton
2011-08-27bpy Gotcha's section on bones by Bassam Kurdali, with some edit.Campbell Barton
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-26added a section to gotcha's python bpy docs about unicode encoding problems.Campbell Barton
2011-08-26document some of the pitfalls in the blender python api (taken from frequent ...Campbell Barton
2011-08-25move wiki api intro and overview docs into the api reference docs.Campbell Barton
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-09fix [#28191] Exception when enabling a script for a newer Blender buildCampbell Barton
2011-08-09note to address issue raised by report [#28190].Campbell Barton
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-04rst API doc fixes: literalincluding bge.texture and bge.constraints examples ...Dalai Felinto
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-07-31py api: sphinx doc corrections, pep8 cleanup and style edits, also added __al...Campbell Barton
2011-07-31patch [#27909] Added constants in bge.constraints by Solano Felicio (solano) ...Dalai Felinto
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-16BGE Animations: Updating the python docs.Mitchell Stokes
2011-07-14rename bgl.Buffer attribute list to a method, to_list() as used for IDProps, ...Campbell Barton
2011-07-12Merging trunk up to r38329.Joerg Mueller
2011-07-08example of Physics Constraints module :)Dalai Felinto
2011-07-08patch [#27885] bge.constraints documentationCampbell Barton
2011-07-07bge.texture doc, needed whitespace to format correctly.Campbell Barton
2011-07-07some corrections to bge.texture docsCampbell Barton
2011-07-07Merging trunk up to r38167.Joerg Mueller
2011-07-06moving bge.texture example to an external fileDalai Felinto
2011-07-06patch [#27871] bge.texture documentation from Solano FelĂ­cio (+ changes from...Dalai Felinto
2011-07-06BGE Animations: Updating the bge.types docs to include the three new methods ...Mitchell Stokes
2011-07-01add 'bgl' OpenGL doc to sphinxCampbell Barton
2011-07-01moving BGL to rst format, first move file.Campbell Barton
2011-06-27moved modules added to changelog (this isn't detected by the changelog genera...Campbell Barton
2011-06-22update automatic rna changelogCampbell Barton
2011-06-14fix [#27659] Segfault when adding None to a groupCampbell Barton
2011-06-14include some useful info in bge docs, by ZiauddinMK on IRC.Campbell Barton
2011-06-13BGE Patch: [#27425] Allow to change the damping of the camera actuatorDalai Felinto
2011-04-07Sphinx RNA API changelog generator.Campbell Barton
2011-04-07Updating BGE dynamic loading docs:Mitchell Stokes
2011-02-21remove BGE's PyObjectPlus.isA method docs, was removed in favor of built-in i...Campbell Barton
2010-10-13== python api doc ==Luca Bonavita